about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-02-03 14:18:35 +0100
committerGitHub <noreply@github.com>2021-02-03 14:18:35 +0100
commit58a5372bf0c55ead2a04ed4a4a5b651d68e69292 (patch)
tree85f5ae902b2d3eb5486b8a20ccac25a8a70ae94a
parentea5d9c42b69de0ff3880b0ff1de2636ab89f4caf (diff)
downloadafl++-58a5372bf0c55ead2a04ed4a4a5b651d68e69292.tar.gz
typo
-rw-r--r--src/afl-cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index cba435bd..cf10d9a7 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -707,7 +707,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
 
       if (!be_quiet)
         WARNF(
-            "Found errornous '-fsanitize=fuzzer', trying to replace with "
+            "Found erroneous '-fsanitize=fuzzer', trying to replace with "
             "libAFLDriver.a");
 
       if (!afllib) {