From 7caa7795dc8a2580cd6267b0bd56e3d46527e5d7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 12 Dec 2015 19:46:15 +0200 Subject: [PATCH] Fix spelling issues found by codespell --- chef | 2 +- filters.6 | 2 +- jethro.l | 2 +- newspeak.l | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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; diff --git a/filters.6 b/filters.6 index 674a585..11822da 100644 --- a/filters.6 +++ b/filters.6 @@ -75,7 +75,7 @@ The resulting text is still strangely readable. .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. diff --git a/jethro.l b/jethro.l index 408d396..231ef24 100644 --- 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 | -[Ll]egal{BW}councellor | +[Ll]egal{BW}councillor | [Aa]ttorney | [Aa]ttorney{BW}[Aa]t{BW}[Ll]aw SUB("City slicker"); diff --git a/newspeak.l b/newspeak.l index 8e7844b..4883d40 100644 --- a/newspeak.l +++ b/newspeak.l @@ -20,7 +20,7 @@ * 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. * @@ -350,7 +350,7 @@ China|[Jj]apan|[Tt]aiwan|{THE}?[Pp]hillipines|[Ii]ndia | %{ /****************************** - * Miscelaneous Translations * + * Miscellaneous Translations * ******************************/ %} -- 2.30.2