summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-11 19:54:49 +0000
committerJim Meyering <jim@meyering.net>1995-06-11 19:54:49 +0000
commitc502988b26fd5bb8880e5083152f4f23547a1105 (patch)
tree121e971f12082bae886a13314edd5c74151eda00 /src/md5sum.c
parent1d1094a69e4376c9e579aaaf6a88e8b118e2bc29 (diff)
downloadcoreutils-c502988b26fd5bb8880e5083152f4f23547a1105.tar.xz
Use `invalid', not `illegal' in error message.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 8ba60a168..d53e6089c 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -254,7 +254,7 @@ main (argc, argv)
if (items != 3)
{
if (verbose)
- error (0, 0, _("illegal line in check file: %s"), line);
+ error (0, 0, _("invalid line in check file: %s"), line);
}
else
{