]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct spelling: s/shasum/sha1sum.
authorJim Meyering <jim@meyering.net>
Thu, 8 Apr 2004 15:31:08 +0000 (15:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Apr 2004 15:31:08 +0000 (15:31 +0000)
src/md5sum.c

index 561f2a5b26e85068fefb94dfef6d4a15305de1fc..1a9ebab14d4ecb1b7d39f45fe43d01ec4f7dfcc1 100644 (file)
@@ -32,7 +32,7 @@
 #include "error.h"
 
 /* The official name of this program (e.g., no `g' prefix).  */
-#define PROGRAM_NAME (algorithm == ALG_MD5 ? "md5sum" : "shasum")
+#define PROGRAM_NAME (algorithm == ALG_MD5 ? "md5sum" : "sha1sum")
 
 #define AUTHORS "Ulrich Drepper", "Scott Miller"