From 422acb5f7b1694bebada321638935c64a425620e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Feb 2014 23:44:56 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README.md | 2 +- java-c-jni/sha3sum.java | 2 +- java/sha3sum.java | 2 +- python2/sha3sum.py | 2 +- python3/sha3sum.py | 2 +- 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: -- cgit v1.2.3-70-g09d2