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; }