diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-03-07 23:56:20 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-04-05 01:59:39 +0100 |
commit | d695bc8bc60698bdcc07f9ab8c649a77383bcc85 (patch) | |
tree | c7b49bbb38313028df5675d7ba64198d6fee4a8a /tests | |
parent | b85eb8d6835e7665bf6151db070261b123c22f95 (diff) | |
download | coreutils-d695bc8bc60698bdcc07f9ab8c649a77383bcc85.tar.xz |
maint: various cleanups
* tests/misc/numfmt.pl: Fix comment misspelling.
* src/cut.c: Likewise.
* src/tsort.c (detect_loop): Replace an fprintf() with error().
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/numfmt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index e53b22d45..ca3c89675 100755 --- a/tests/misc/numfmt.pl +++ b/tests/misc/numfmt.pl @@ -260,7 +260,7 @@ my @Tests = # so these are 40 of "M", not 40,000,000. ['mix-1', '--suffix=M --from=si 40M', {OUT=>"40M"}], - # These are fourty-million Ms . + # These are forty-million Ms . ['mix-2', '--suffix=M --from=si 40MM', {OUT=>"40000000M"}], ['mix-3', '--suffix=M --from=auto 40MM', {OUT=>"40000000M"}], |