diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-02-03 14:18:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 14:18:35 +0100 |
commit | 58a5372bf0c55ead2a04ed4a4a5b651d68e69292 (patch) | |
tree | 85f5ae902b2d3eb5486b8a20ccac25a8a70ae94a | |
parent | ea5d9c42b69de0ff3880b0ff1de2636ab89f4caf (diff) | |
download | afl++-58a5372bf0c55ead2a04ed4a4a5b651d68e69292.tar.gz |
typo
-rw-r--r-- | src/afl-cc.c | 2 |
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) { |