diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2023-07-13 13:37:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 13:37:47 +0200 |
commit | 1132b08d7d3ef6bae712ced57d32ce06abfa973d (patch) | |
tree | 843e117de70ea0696aeaf2432eff48173803bd39 | |
parent | 534b3eba143c0532e600eb6da08ac2195fa24570 (diff) | |
download | afl++-1132b08d7d3ef6bae712ced57d32ce06abfa973d.tar.gz |
Update afl-common.c typo
-rw-r--r-- | src/afl-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-common.c b/src/afl-common.c index a6f83f6d..b4143a1b 100644 --- a/src/afl-common.c +++ b/src/afl-common.c @@ -403,7 +403,7 @@ u8 *find_binary(u8 *fname) { FATAL( "Unexpected overflow when processing ENV. This should never " - "happened."); + "had happened."); } |