diff options
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c index ba395c37a..8817f22ca 100644 --- a/src/test.c +++ b/src/test.c @@ -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], <) && age_of (argv[op + 1], &rt)) return (TRUE == (lt < rt)); return (FALSE); |