diff options
author | Kevin Lyda <kevin@ie.suberic.net> | 2012-04-18 00:38:04 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-05-08 02:18:39 +0100 |
commit | aa078afcf9828344697ef0469272657ac12a30b1 (patch) | |
tree | 85ee107a3d3e835ed991d5b8904907505c685912 /old/fileutils | |
parent | fedebc59a040a7e34dce5c987b7f6fcf2cefa904 (diff) | |
download | coreutils-aa078afcf9828344697ef0469272657ac12a30b1.tar.xz |
maint: fix common spelling errors
These were identified using: https://github.com/lyda/misspell-check
executed like: git ls-files | misspellings -f -
* src/cat.c: Correct a spelling error.
* src/comm.c: Likewise.
* src/expr.c: Likewise.
* src/pr.c: Likewise.
* src/tac.c: Likewise.
* src/test.c: Likewise.
* src/ChangeLog-2005: Likewise.
* src/ChangeLog-2007: Likewise.
* src/NEWS: Likewise.
* src/doc/coreutils.texi: Likewise.
* src/lib/ChangeLog-2007: Likewise.
* src/man/help2man: Likewise.
* src/old/fileutils/ChangeLog-1997: Likewise.
* src/old/fileutils/NEWS: Likewise.
* src/old/sh-utils/ChangeLog.0: Likewise.
* src/old/textutils/ChangeLog: Likewise.
* src/tests/misc/comm: Likewise.
* src/tests/misc/uniq: Likewise.
* src/tests/mv/dir2dir: Likewise.
* src/cfg.mk (old_NEWS_hash): update with `make update-NEWS-hash`
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog-1997 | 2 | ||||
-rw-r--r-- | old/fileutils/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog-1997 b/old/fileutils/ChangeLog-1997 index 475f49e2e..53cdf20eb 100644 --- a/old/fileutils/ChangeLog-1997 +++ b/old/fileutils/ChangeLog-1997 @@ -2542,7 +2542,7 @@ Thu Feb 15 23:08:41 1996 Jim Meyering (meyering@na-net.ornl.gov) Mon Feb 12 23:23:25 1996 Jim Meyering (meyering@na-net.ornl.gov) * configure.in (LIBOBJS): Split assignment into two statements to - accomodate automake-0.29 buglet. + accommodate automake-0.29 buglet. Update for automake-0.29. * Makefile.am (CONFIG_HEADER): Don't define. Automake now does it. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 703470770..8432c53a1 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -8,7 +8,7 @@ * Any time style can be preceded by "posix-"; this causes "ls" to use traditional timestamp format when in the POSIX locale. * The default time style is now posix-long-iso instead of posix-iso. - Set TIME_STYLE="posix-iso" to revert to the behavior of 4.1.1 thru 4.1.9. + Set TIME_STYLE="posix-iso" to revert to the behavior of 4.1.1 through 4.1.9. * `rm dangling-symlink' doesn't prompt [introduced in 4.1.9] * stat: remove support for --secure/-s option and related %S and %C format specs * stat: rename --link/-l to --dereference/-L. |