From: Jim Meyering Date: Sat, 12 Jan 2002 08:48:08 +0000 (+0000) Subject: s/the the/the/ in a comment X-Git-Tag: TEXTUTILS-2_0_20~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75ecfa15f18e2dfa373c71853d82a820ff262e3b;p=thirdparty%2Fcoreutils.git s/the the/the/ in a comment --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index fbf350657d..b85977aa4e 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],