From 91bab324b30cbcbcea6d56db0a3e0c1fae13bfa5 Mon Sep 17 00:00:00 2001 From: Chrjsen Date: Thu, 4 Oct 2018 21:31:13 +0200 Subject: [PATCH] Fixed spelling error in user_options.c --- src/user_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_options.c b/src/user_options.c index 9f0e6ebc0..acae2b618 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -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; }