From: Jim Meyering Date: Thu, 8 Apr 2004 15:31:08 +0000 (+0000) Subject: Correct spelling: s/shasum/sha1sum. X-Git-Tag: v5.3.0~1846 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10629f7e88263e961606f3edcc9b1ef71bb363e6;p=thirdparty%2Fcoreutils.git Correct spelling: s/shasum/sha1sum. --- diff --git a/src/md5sum.c b/src/md5sum.c index 561f2a5b26..1a9ebab14d 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -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"