summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-12 08:48:08 +0000
committerJim Meyering <jim@meyering.net>2002-01-12 08:48:08 +0000
commit75ecfa15f18e2dfa373c71853d82a820ff262e3b (patch)
tree139f15b20c644bf8ce75673dba0f8ade2918a5f9 /tests
parente3cc4f6bc8b907863ac24333f12932e515e36062 (diff)
downloadcoreutils-75ecfa15f18e2dfa373c71853d82a820ff262e3b.tar.xz
s/the the/the/ in a comment
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sort/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm
index fbf350657..b85977aa4 100755
--- a/tests/sort/Test.pm
+++ b/tests/sort/Test.pm
@@ -155,7 +155,7 @@ my @tv = (
# POSIX says -n no longer implies -b, so here we're comparing ` 9' and `10'.
["18a", '-k1.1,1.2n', " 901\n100\n", " 901\n100\n", 0],
-# Just like above, because the the global `-b' has no effect on the
+# Just like above, because the global `-b' has no effect on the
# key specifier when a key-specific option (`n' in this case) is used.
["18b", '-b -k1.1,1.2n', " 901\n100\n", " 901\n100\n", 0],