From 75ecfa15f18e2dfa373c71853d82a820ff262e3b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Jan 2002 08:48:08 +0000 Subject: s/the the/the/ in a comment --- tests/sort/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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], -- cgit v1.2.3-54-g00ecf