From 69bdac9cfe69aba4f2765bc4a1cc46f932a7bcbb Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Mon, 13 Nov 2017 11:57:25 -0600 Subject: [PATCH] Fixed spelling mistake drastical -> drastically --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 98c67c7b6..1b0dc3abc 100644 --- a/src/main.c +++ b/src/main.c @@ -492,7 +492,7 @@ static void main_outerloop_mainscreen (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, if (hashconfig->has_optimized_kernel == true) { event_log_advice (hashcat_ctx, "ATTENTION! Pure (unoptimized) OpenCL kernels selected."); - event_log_advice (hashcat_ctx, "This enables cracking passwords and salts > length 32 but for the price of drastical reduced performance."); + event_log_advice (hashcat_ctx, "This enables cracking passwords and salts > length 32 but for the price of drastically reduced performance."); event_log_advice (hashcat_ctx, "If you want to switch to optimized OpenCL kernels, append -O to your commandline."); event_log_advice (hashcat_ctx, NULL); }