diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-10-15 15:15:56 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-12-14 13:36:23 +0000 |
commit | c609cd960d5cc309fe32ab315efe8dde79504d14 (patch) | |
tree | 8a214426f298e7b72bd558130a4c8483b14356cb /NEWS | |
parent | 5f87f1ac1cb2ef44aac4284d8103e7556597a842 (diff) | |
download | coreutils-c609cd960d5cc309fe32ab315efe8dde79504d14.tar.xz |
maint: fix incorrect spellings etc
* NEWS: Use a standard version specification.
* doc/coreutils.texi: Fix incorrect grammar.
* src/df.c: Update a stale comment.
* src/copy.c: Fix incorrect spellings.
* src/factor.c: Likewise.
* src/ls.c: Likewise.
* src/pr.c: Likewise.
* src/relpath.c: Likewise.
* src/shred.c: Likewise.
* src/sort.c: Likewise.
* src/split.c: Likewise.
* src/stdbuf.c: Likewise.
* tests/misc/seq-precision.sh: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ GNU coreutils NEWS -*- outline -*- [bug introduced in coreutils-8.10] ls no longer prematurely wraps lines when printing short file names. - [bug introduced in 5.1.0] + [bug introduced in coreutils-5.1.0] shred again uses defined patterns for all iteration counts. [bug introduced in coreutils-5.93] |