summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-14 15:02:45 +0000
committerJim Meyering <jim@meyering.net>2005-08-14 15:02:45 +0000
commit8c6944b93f99988c8d48a7f85f2bfb7e4d37a4cd (patch)
tree9281449b26d84501a7ee08e5102b56446374ffdd /src
parent43ad2bb1f40140dc17f8f4ed6a108cfc0167800d (diff)
downloadcoreutils-8c6944b93f99988c8d48a7f85f2bfb7e4d37a4cd.tar.xz
(usage): Fix typo s/formated/formatted/ reported by Norbert Kiesel
Diffstat (limited to 'src')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 1f47b208e..5b7a8b00d 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -137,7 +137,7 @@ With no FILE, or when FILE is -, read standard input.\n\
\n\
The following two options are useful only when verifying checksums:\n\
--status don't output anything, status code shows success\n\
- -w, --warn warn about improperly formated checksum lines\n\
+ -w, --warn warn about improperly formatted checksum lines\n\
\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);