diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | java-c-jni/sha3sum.java | 2 | ||||
-rw-r--r-- | java/sha3sum.java | 2 | ||||
-rwxr-xr-x | python2/sha3sum.py | 2 | ||||
-rwxr-xr-x | python3/sha3sum.py | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -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: |