diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-14 15:02:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-14 15:02:45 +0000 |
commit | 8c6944b93f99988c8d48a7f85f2bfb7e4d37a4cd (patch) | |
tree | 9281449b26d84501a7ee08e5102b56446374ffdd | |
parent | 43ad2bb1f40140dc17f8f4ed6a108cfc0167800d (diff) | |
download | coreutils-8c6944b93f99988c8d48a7f85f2bfb7e4d37a4cd.tar.xz |
(usage): Fix typo s/formated/formatted/ reported by Norbert Kiesel
-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 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); |