summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index d9ecb6dcf..e4b90e04e 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -968,7 +968,7 @@ parse_obsolescent_option (int argc, const char *const *argv,
_("%s: %s is so large that it is not representable"),
n_string_tmp, (count_lines
? _("number of lines")
- : _("number of bytes"));
+ : _("number of bytes")));
free (n_string_tmp);
*fail = 1;
}