s/the the/the/ in a comment
authorJim Meyering <jim@meyering.net>
Sat, 12 Jan 2002 08:48:08 +0000 (08:48 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 Jan 2002 08:48:08 +0000 (08:48 +0000)
tests/sort/Test.pm

index fbf3506..b85977a 100755 (executable)
@@ -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],