Fix spelling issues found by codespell
[filters.git] / chef
diff --git a/chef b/chef
index 57c3d6537d33244e902e88122b922480734ea35f..44bb19d933c3f43fa2e120f957883b2ab40c8c28 100755 (executable)
--- 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;
 
This page took 0.009808 seconds and 4 git commands to generate.