aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3sum.c
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup <kseistrup@users.noreply.github.com>2014-02-09 08:13:58 +0100
committerKlaus Alexander Seistrup <kseistrup@users.noreply.github.com>2014-02-09 08:13:58 +0100
commit26a05a06a06961750829707088d35ee072b4a9af (patch)
tree4cdee214bb0a7e934591caa1f4a76451d652db9b /c/sha3sum.c
parentmisc (diff)
downloadsha3sum-26a05a06a06961750829707088d35ee072b4a9af.tar.gz
sha3sum-26a05a06a06961750829707088d35ee072b4a9af.tar.bz2
sha3sum-26a05a06a06961750829707088d35ee072b4a9af.tar.xz
Update sha3sum.c
Corrected a typo: chechsum → checksum
Diffstat (limited to '')
-rw-r--r--c/sha3sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/sha3sum.c b/c/sha3sum.c
index 87480ea..4af290f 100644
--- a/c/sha3sum.c
+++ b/c/sha3sum.c
@@ -281,7 +281,7 @@ int main(int argc, char** argv)
printf(" --binary Print the checksum in binary, rather than hexadecimal.\n");
printf(" \n");
printf(" -m\n");
- printf(" --multi Print the chechsum at all iterations.\n");
+ printf(" --multi Print the checksum at all iterations.\n");
printf("\n");
printf("\n");
printf("COPYRIGHT:\n");