aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--java-c-jni/sha3sum.java2
-rw-r--r--java/sha3sum.java2
-rwxr-xr-xpython2/sha3sum.py2
-rwxr-xr-xpython3/sha3sum.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 04ce483..8d3476c 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ PERFORMANCE COMPARISON:
--binary Print the checksum in binary, rather than hexadecimal.
-m
- --multi Print the chechsum at all iterations.
+ --multi Print the checksum at all iterations.
**Pending the standardisation of SHA-3**, there is no specification of particular
diff --git a/java-c-jni/sha3sum.java b/java-c-jni/sha3sum.java
index 0740044..598ae33 100644
--- a/java-c-jni/sha3sum.java
+++ b/java-c-jni/sha3sum.java
@@ -122,7 +122,7 @@ public class sha3sum
System.out.println(" --binary Print the checksum in binary, rather than hexadecimal.");
System.out.println(" ");
System.out.println(" -m");
- System.out.println(" --multi Print the chechsum at all iterations.");
+ System.out.println(" --multi Print the checksum at all iterations.");
System.out.println("");
System.out.println("");
System.out.println("COPYRIGHT:");
diff --git a/java/sha3sum.java b/java/sha3sum.java
index 0740044..598ae33 100644
--- a/java/sha3sum.java
+++ b/java/sha3sum.java
@@ -122,7 +122,7 @@ public class sha3sum
System.out.println(" --binary Print the checksum in binary, rather than hexadecimal.");
System.out.println(" ");
System.out.println(" -m");
- System.out.println(" --multi Print the chechsum at all iterations.");
+ System.out.println(" --multi Print the checksum at all iterations.");
System.out.println("");
System.out.println("");
System.out.println("COPYRIGHT:");
diff --git a/python2/sha3sum.py b/python2/sha3sum.py
index 1ced3cd..157e8f5 100755
--- a/python2/sha3sum.py
+++ b/python2/sha3sum.py
@@ -109,7 +109,7 @@ OPTIONS:
--binary Print the checksum in binary, rather than hexadecimal.
-m
- --multi Print the chechsum at all iterations.
+ --multi Print the checksum at all iterations.
COPYRIGHT:
diff --git a/python3/sha3sum.py b/python3/sha3sum.py
index 0e9e376..9f36657 100755
--- a/python3/sha3sum.py
+++ b/python3/sha3sum.py
@@ -96,7 +96,7 @@ OPTIONS:
--binary Print the checksum in binary, rather than hexadecimal.
-m
- --multi Print the chechsum at all iterations.
+ --multi Print the checksum at all iterations.
COPYRIGHT: