X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=chef;h=44bb19d933c3f43fa2e120f957883b2ab40c8c28;hb=408969cbf7d431c28285a0e0a4831d58634b3bfc;hp=57c3d6537d33244e902e88122b922480734ea35f;hpb=39fd545817f740efd9eb6792d12d3b06429aaa4c;p=filters.git diff --git a/chef b/chef index 57c3d65..44bb19d 100755 --- a/chef +++ b/chef @@ -33,7 +33,7 @@ s/o/oo/g; # Have to double "Oo" seperatly. s/(\b)O(\w)/$1Oo$2/g; # Fix the word "bork", which will have been mangled to "burk" -# by above commands. Note that any occurence of "burk" in the input +# by above commands. Note that any occurrence of "burk" in the input # gets changed to "boork", so it's completly safe to do this: s/\b([Bb])urk\b/$1ork/g;