diff options
author | Jim Meyering <jim@meyering.net> | 1995-06-11 19:54:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-06-11 19:54:49 +0000 |
commit | c502988b26fd5bb8880e5083152f4f23547a1105 (patch) | |
tree | 121e971f12082bae886a13314edd5c74151eda00 /src | |
parent | 1d1094a69e4376c9e579aaaf6a88e8b118e2bc29 (diff) | |
download | coreutils-c502988b26fd5bb8880e5083152f4f23547a1105.tar.xz |
Use `invalid', not `illegal' in error message.
Diffstat (limited to 'src')
-rw-r--r-- | src/md5sum.c | 2 |
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 { |