diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-05-22 15:49:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 15:49:47 +0200 |
commit | 5864430d935fac57350726d0133b8926bc62d169 (patch) | |
tree | c576a27afeeb9e5ae33065ad7e012d68e5847db9 /src | |
parent | 58e39ecd8f601191a98d067d5567559de931c32c (diff) | |
download | afl++-5864430d935fac57350726d0133b8926bc62d169.tar.gz |
Typo
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 76c4ca37..35fb2d04 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -238,7 +238,7 @@ static void usage(u8 *argv0, int more_help) { "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" "AFL_TARGET_ENV: pass extra environment variables to target\n" "AFL_SHUFFLE_QUEUE: reorder the input queue randomly on startup\n" - "AFL_SKIP_BIN_CHECK: skip afl compatability checks, also disables auto map size\n" + "AFL_SKIP_BIN_CHECK: skip afl compatibility checks, also disables auto map size\n" "AFL_SKIP_CPUFREQ: do not warn about variable cpu clocking\n" "AFL_SKIP_CRASHES: during initial dry run do not terminate for crashing inputs\n" "AFL_STATSD: enables StatsD metrics collection\n" |