Fix spelling issues found by codespell
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Dec 2015 17:46:15 +0000 (19:46 +0200)
committerJoey Hess <joeyh@joeyh.name>
Sun, 13 Dec 2015 18:51:41 +0000 (14:51 -0400)
chef
filters.6
jethro.l
newspeak.l

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"
 # 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;
 
 # gets changed to "boork", so it's completly safe to do this:
 s/\b([Bb])urk\b/$1ork/g;
 
index 674a585c23a286c0a9779aeb8926a9587cb3c000..11822dad16f4fd72a7e06308e32b68d89891b0c2 100644 (file)
--- a/filters.6
+++ b/filters.6
@@ -75,7 +75,7 @@ The resulting text is still strangely readable.
 .IP studly
 Studly caps.
 .IP uniencode
 .IP studly
 Studly caps.
 .IP uniencode
-Use glorious unicode to the fullest possibile extent. As seen previously in
+Use glorious unicode to the fullest possible extent. As seen previously in
 many man pages.
 .IP upside\-down
 Flips text upside down. Stand on your head and squint to read the output.
 many man pages.
 .IP upside\-down
 Flips text upside down. Stand on your head and squint to read the output.
index 408d396a9adbc3427da4465e7f85a38196691f63..231ef24afa424929cae0a32b5285a38517bf0fc4 100644 (file)
--- a/jethro.l
+++ b/jethro.l
@@ -169,7 +169,7 @@ char WhAt[]="@(#)Duane Paulson's hillbilly text filter. (jethro)\n@(#)$Header: j
 [Dd]og                 SUB("Dawg");
 [Ll]awyer              |
 [Ll]egal{BW}counc[ei]l |
 [Dd]og                 SUB("Dawg");
 [Ll]awyer              |
 [Ll]egal{BW}counc[ei]l |
-[Ll]egal{BW}councellor |
+[Ll]egal{BW}councillor |
 [Aa]ttorney            |
 [Aa]ttorney{BW}[Aa]t{BW}[Ll]aw SUB("City slicker");
 
 [Aa]ttorney            |
 [Aa]ttorney{BW}[Aa]t{BW}[Ll]aw SUB("City slicker");
 
index 8e7844b8ce41bb18a4b8dfbe102d8567d6a78e00..4883d40cc62bdb933960f86076f67bf342b8614e 100644 (file)
@@ -20,7 +20,7 @@
  *     rm lex.yy.c
  *
  *     This must be compiled with "flex", not normal "lex".  Lex has
  *     rm lex.yy.c
  *
  *     This must be compiled with "flex", not normal "lex".  Lex has
- *     some builtin, unchangable limits which this program exceeds.
+ *     some builtin, unchangeable limits which this program exceeds.
  *     This has been verified to work with flex version 2.3.7, and
  *     may not work with flex version 2.3.6.
  *
  *     This has been verified to work with flex version 2.3.7, and
  *     may not work with flex version 2.3.6.
  *
@@ -350,7 +350,7 @@ China|[Jj]apan|[Tt]aiwan|{THE}?[Pp]hillipines|[Ii]ndia      |
 
 %{
        /******************************
 
 %{
        /******************************
-        * Miscelaneous Translations  *
+        * Miscellaneous Translations *
         ******************************/
 %}
 
         ******************************/
 %}
 
This page took 0.012822 seconds and 4 git commands to generate.