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