mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 00:28:11 +00:00
Merge pull request #1713 from Chrjsen/master
Fixed spelling error in user_options.c
This commit is contained in:
commit
f327f42ce8
@ -977,7 +977,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
if (user_options->attack_mode == ATTACK_MODE_COMBI)
|
if (user_options->attack_mode == ATTACK_MODE_COMBI)
|
||||||
{
|
{
|
||||||
event_log_error (hashcat_ctx, "Custom charsets re not supported in attack mode 1 (combination).");
|
event_log_error (hashcat_ctx, "Custom charsets are not supported in attack mode 1 (combination).");
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user