summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-21 21:50:32 +0000
committerJim Meyering <jim@meyering.net>1996-10-21 21:50:32 +0000
commit263773a3855601240ac66c86412988853d86666e (patch)
tree9f0b4ee4fd774b3b96162f1b3b273af11ac4cb74 /src/tr.c
parent6afff604a4850727c1cbe123249a614a1a4fbf16 (diff)
downloadcoreutils-263773a3855601240ac66c86412988853d86666e.tar.xz
(validate): Remove TAB from diagnostic, for consistency.
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index b3fb9fe36..95b1ad939 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1599,7 +1599,7 @@ when translating"));
{
error (EXIT_FAILURE, 0,
_("when translating, the only character classes that may \
-appear in\n\tstring2 are `upper' and `lower'"));
+appear in\nstring2 are `upper' and `lower'"));
}
}
else