aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-14 21:51:34 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-14 21:51:34 +0100
commitde0f983998645e8fc4a40feb5f027c1cb3253a08 (patch)
tree4fe7c7b42319e77a38c25198b93427160e0133bf
parentprint suffix when verbose (diff)
downloadsha3sum-de0f983998645e8fc4a40feb5f027c1cb3253a08.tar.gz
sha3sum-de0f983998645e8fc4a40feb5f027c1cb3253a08.tar.bz2
sha3sum-de0f983998645e8fc4a40feb5f027c1cb3253a08.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 50e3fa2..48b33d8 100644
--- a/src/common.c
+++ b/src/common.c
@@ -549,7 +549,7 @@ int run(int argc, char* argv[], libkeccak_generalised_spec_t* restrict gspec, co
if (squeezes <= 0)
{
- r = USER_ERROR("the squeeze count be be positive");
+ r = USER_ERROR("the squeeze count most be positive");
goto done;
}