diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-14 21:51:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-14 21:51:34 +0100 |
commit | de0f983998645e8fc4a40feb5f027c1cb3253a08 (patch) | |
tree | 4fe7c7b42319e77a38c25198b93427160e0133bf /src | |
parent | print suffix when verbose (diff) | |
download | sha3sum-de0f983998645e8fc4a40feb5f027c1cb3253a08.tar.gz sha3sum-de0f983998645e8fc4a40feb5f027c1cb3253a08.tar.bz2 sha3sum-de0f983998645e8fc4a40feb5f027c1cb3253a08.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 2 |
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; } |