From de186ceda5bff30f7d4f92c67ad6c6e8d4888fad Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 23 Feb 2017 18:34:51 +0100 Subject: [PATCH] Fix some typo --- src/opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencl.c b/src/opencl.c index ec80b116d..f7b2a0a4d 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -2527,7 +2527,7 @@ int opencl_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime) { event_log_error (hashcat_ctx, "Mesa (Gallium) OpenCL platform detected!"); - event_log_warning (hashcat_ctx, "It is known to cause errors which an unexperienced user misinterpret as a bug in hashcat"); + event_log_warning (hashcat_ctx, "It is known to cause errors which an unexperienced user could misinterpret as a bug in hashcat"); event_log_warning (hashcat_ctx, "You are STRONGLY encouraged to use the driver as listed in docs/readme.txt"); event_log_warning (hashcat_ctx, "You can use --opencl-platforms to manually deselect the platform and get rid of this error"); event_log_warning (hashcat_ctx, "You can use --force to override this but do not post error reports if you do so");