1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Fixed spelling error in user_options.c

This commit is contained in:
Chrjsen 2018-10-04 21:31:13 +02:00
parent 1b980cf010
commit 91bab324b3

View File

@ -977,7 +977,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
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;
}