about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-08-17 14:37:59 +0200
committervanhauser-thc <vh@thc.org>2021-08-17 14:37:59 +0200
commit2a68d37b4f545698d745086077db5ca9d25dc5dd (patch)
tree3c3829dbdf223fd8d9c54f8f863186098a78265b /src
parent6191af744002ec06661dc996a61eeb11e4a58a79 (diff)
downloadafl++-2a68d37b4f545698d745086077db5ca9d25dc5dd.tar.gz
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c
index a9deb22d..1d32d966 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 timeout of %u ms.",
+    ACTF("No -t option specified, so I'll use exec an timeout of %u ms.",
          afl->fsrv.exec_tmout);
 
     afl->timeout_given = 1;