summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-05-29 17:36:10 +0200
committerJim Meyering <meyering@redhat.com>2012-05-31 09:37:46 +0200
commit58184f6861894d91dca98cf2572d97fe70316b9b (patch)
tree30f0ca0ca07ded474c7442018d3d3df35b91fbe7 /old/textutils
parent2ab72e3a4364a9dea2a086aa6adfdd02fca53b3d (diff)
downloadcoreutils-58184f6861894d91dca98cf2572d97fe70316b9b.tar.xz
maint: fix typos in test comments and old ChangeLog files
Culprits identified and fixed automatically using these commands: git ls-files|misspellings -f -|perl -nl \ -e '/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/ or next;' \ -e '($file,$n,$l,$r)=($1,$2,$3,$4); $q="'\''"; $r=~s/$q/$q\\$q$q/g;'\ -e 'print "sed -i $q${n}s!$l!$r!$q $file"' | bash using http://github.com/lyda/misspell-check * old/fileutils/ChangeLog: Fix typos. * old/textutils/ChangeLog: Likewise. * tests/misc/truncate-fail-diag: Likewise.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 36f58ffc8..82d65b70f 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -5496,7 +5496,7 @@ Thu Jul 4 07:24:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
Wed Jul 3 23:21:09 1996 Jim Meyering <meyering@na-net.ornl.gov>
- * src/md5sum.c (split_3): Correct test for 35-byte line to accomodate
+ * src/md5sum.c (split_3): Correct test for 35-byte line to accommodate
fact that leading blanks may be stripped.
Tue Jul 2 21:51:40 1996 Jim Meyering <meyering@na-net.ornl.gov>
@@ -8550,7 +8550,7 @@ Tue Jul 17 12:36:11 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
* pr.c Deleted excess whitespace from ends of lines.
Modified to work with current version of getopt, which
returns 1 instead of 0 for non-options.
- Reversed the meaning of the -f option, to be compatable
+ Reversed the meaning of the -f option, to be compatible
with real pr.
Sun Jul 8 00:39:31 1990 David J. MacKenzie (djm at apple-gunkies)