From 58184f6861894d91dca98cf2572d97fe70316b9b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 May 2012 17:36:10 +0200 Subject: 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. --- tests/misc/truncate-fail-diag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc') diff --git a/tests/misc/truncate-fail-diag b/tests/misc/truncate-fail-diag index f9cdabf38..994ee0b8b 100755 --- a/tests/misc/truncate-fail-diag +++ b/tests/misc/truncate-fail-diag @@ -1,6 +1,6 @@ #!/bin/sh # make sure truncate gives reasonable diagnostics -# Note open() checks for trailing '/' before checking for existance +# Note open() checks for trailing '/' before checking for existence # open (".", O_CREAT & (O_WRONLY | O_RDWR), ...) -> EISDIR # open ("missing/", O_CREAT & (O_WRONLY | O_RDWR), ...) -> EISDIR # open ("missing/file", O_CREAT & (O_WRONLY | O_RDWR), ...) -> ENOENT -- cgit v1.2.3-70-g09d2