diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-02-01 15:40:44 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-02-01 15:40:44 +0000 |
commit | 628b1d5e7e63958ae01d5e650d4ca7352a6f1859 (patch) | |
tree | f9d8b887c4db1a3ba13347fc121ed3eed743772d | |
parent | f86bb6967dba1e2b6026997963a90e00cd641490 (diff) | |
download | coreutils-628b1d5e7e63958ae01d5e650d4ca7352a6f1859.tar.xz |
maint: fix a typo in NEWS
* NEWS: s/contains/contain/
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ GNU coreutils NEWS -*- outline -*- sequence when it would be a no-op. join -t '' no longer emits an error and instead operates on - each line as a whole (even if they contains NUL characters). + each line as a whole (even if they contain NUL characters). * Noteworthy changes in release 8.4 (2010-01-13) [stable] |