diff options
author | Raphaƫl Hertzog <hertzog@debian.org> | 2020-08-28 23:04:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 23:04:25 +0200 |
commit | 41bb359428e4559821c95831f25c772d1a8403d9 (patch) | |
tree | ad9c7a79b0e7cfdccf21901a460229f358f3a0be /src | |
parent | a3cd5232503928c440f7fda19762cdf122377128 (diff) | |
download | afl++-41bb359428e4559821c95831f25c772d1a8403d9.tar.gz |
Fix various spelling errors (#532)
All those spelling errors have been caught by lintian's built-in spellchecker: https://lintian.debian.org/tags/spelling-error-in-binary.html
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 1abd49d8..5ad2ace9 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -191,7 +191,7 @@ static void usage(u8 *argv0, int more_help) { "AFL_QUIET: suppress forkserver status messages\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" "AFL_SHUFFLE_QUEUE: reorder the input queue randomly on startup\n" - "AFL_SKIP_BIN_CHECK: skip the check, if the target is an excutable\n" + "AFL_SKIP_BIN_CHECK: skip the check, if the target is an executable\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_TMPDIR: directory to use for input file generation (ramdisk recommended)\n" |