X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=chef;h=44bb19d933c3f43fa2e120f957883b2ab40c8c28;hp=57c3d6537d33244e902e88122b922480734ea35f;hb=7caa7795dc8a2580cd6267b0bd56e3d46527e5d7;hpb=0d0afb25b33c5b6c5cd2432a0448c66f91fb0a09 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;