Merge pull request #1242 from roycewilliams/master

minor grammar when restore value is greater than keyspace
This commit is contained in:
Jens Steube
2017-05-14 10:43:22 +02:00
committed by GitHub
+1 -1
View File
@@ -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;
}