diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-02-24 20:34:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 20:34:33 +0100 |
commit | 48a1a29baa49b633855f49536d72783d5a489b82 (patch) | |
tree | 99ca489af61414e0b5b09b6ed0bd8578ac3a853b | |
parent | c05d392cd9e769ad01397af7e7f8022200b8b985 (diff) | |
download | afl++-48a1a29baa49b633855f49536d72783d5a489b82.tar.gz |
typos
-rw-r--r-- | src/afl-fuzz.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index f83aac9e..d4e3958e 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -127,7 +127,7 @@ static void usage(u8 *argv0, int more_help) { " -l cmplog_opts - CmpLog configuration values (e.g. \"2AT\"):\n" " 1=small files (default), 2=larger files, 3=all " "files,\n" - " A=arithmetic solving, T=tranformational solving.\n\n" + " A=arithmetic solving, T=transformational solving.\n\n" "Fuzzing behavior settings:\n" " -Z - sequential queue selection instead of weighted " "random\n" @@ -139,8 +139,8 @@ static void usage(u8 *argv0, int more_help) { "Testing settings:\n" " -s seed - use a fixed seed for the RNG\n" - " -V seconds - fuzz for a specific time then terminate\n" - " -E execs - fuzz for a approx. no of total executions then " + " -V seconds - fuzz for a specified time then terminate\n" + " -E execs - fuzz for an approx. no. of total executions then " "terminate\n" " Note: not precise and can have several more " "executions.\n\n" |