diff options
Diffstat (limited to 'src/common.c')
-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; } |