From 10629f7e88263e961606f3edcc9b1ef71bb363e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Apr 2004 15:31:08 +0000 Subject: [PATCH] Correct spelling: s/shasum/sha1sum. --- src/md5sum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2