mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 23:19:09 +00:00
minor grammar when restore value is greater than keyspace
This commit is contained in:
parent
b924901bb0
commit
b4264c7d0a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user