diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-08-20 13:00:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 13:00:51 +0200 |
commit | f189668dd6b223317e6f9f4d98b9d8929e695fa5 (patch) | |
tree | 31c7be495f43bf6acd1a330294212c8323f88a85 /src | |
parent | 41a4c99d01ddce1ef3db51077477a51411911705 (diff) | |
download | afl++-f189668dd6b223317e6f9f4d98b9d8929e695fa5.tar.gz |
fix typo fix
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index 1d32d966..eb1fe2d9 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -1339,7 +1339,7 @@ void show_init_stats(afl_state_t *afl) { } - ACTF("No -t option specified, so I'll use exec an timeout of %u ms.", + ACTF("No -t option specified, so I'll use an exec timeout of %u ms.", afl->fsrv.exec_tmout); afl->timeout_given = 1; |