diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-10 18:29:21 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-10 18:29:21 +0200 |
commit | a46d27fad51a8fdd905bb8771bd73eeb2c054895 (patch) | |
tree | 94e7005064cd3f6dc3c2105787487eb75083fdca /src/afl-common.c | |
parent | b547a6ab0d0e94fc141b0c013f44c1aa02cb78cc (diff) | |
download | afl++-a46d27fad51a8fdd905bb8771bd73eeb2c054895.tar.gz |
nits
Diffstat (limited to 'src/afl-common.c')
-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 3e1ec09d..a6f83f6d 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 " - "happend."); + "happened."); } |