]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(binary_operator): Correct typo in diagnostic.
authorJim Meyering <jim@meyering.net>
Sun, 9 Sep 2001 18:40:24 +0000 (18:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Sep 2001 18:40:24 +0000 (18:40 +0000)
From Jochen Hein.

src/test.c

index ba395c37ad91c6bc39fcd43cac4fbb6dbbd25f7c..8817f22ca7a96989245ce222e3b520d837cf6501 100644 (file)
@@ -596,7 +596,7 @@ binary_operator (void)
              time_t lt, rt;
              pos += 3;
              if (l_is_l || r_is_l)
-               test_syntax_error (_("-nt does not accept -l\n"), NULL);
+               test_syntax_error (_("-ot does not accept -l\n"), NULL);
              if (age_of (argv[op - 1], &lt) && age_of (argv[op + 1], &rt))
                return (TRUE == (lt < rt));
              return (FALSE);