]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: fix typos in test comments and old ChangeLog files
authorJim Meyering <meyering@redhat.com>
Tue, 29 May 2012 15:36:10 +0000 (17:36 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 31 May 2012 07:37:46 +0000 (09:37 +0200)
commit58184f6861894d91dca98cf2572d97fe70316b9b
tree30f0ca0ca07ded474c7442018d3d3df35b91fbe7
parent2ab72e3a4364a9dea2a086aa6adfdd02fca53b3d
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.
old/fileutils/ChangeLog
old/textutils/ChangeLog
tests/misc/truncate-fail-diag