From b4264c7d0ae6c0370cc02d7f030b1a1c3b7c4e0c Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Thu, 11 May 2017 06:02:33 -0800 Subject: [PATCH] minor grammar when restore value is greater than keyspace --- src/hashcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashcat.c b/src/hashcat.c index 5a703a547..382a8fdce 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -138,7 +138,7 @@ static int inner2_loop (hashcat_ctx_t *hashcat_ctx) if (status_ctx->words_off > status_ctx->words_base) { - event_log_error (hashcat_ctx, "Restore value greater keyspace."); + event_log_error (hashcat_ctx, "Restore value is greater than keyspace."); return -1; }