about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-22 11:31:21 +0200
committervanhauser-thc <vh@thc.org>2023-04-22 11:31:29 +0200
commit599b4631a3a40930e54e103f8ad1a69499fd1c8b (patch)
tree370c136cf84b1cb2f63fbaaa76a3dddab2ef1f7a /src/afl-fuzz.c
parentdae5f94bce9ae1256f455dd6f281ae2f7d33f924 (diff)
downloadafl++-599b4631a3a40930e54e103f8ad1a69499fd1c8b.tar.gz
typo
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index f6628851..394f33f9 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -326,7 +326,7 @@ static void usage(u8 *argv0, int more_help) {
   }
 
 #ifdef USE_PYTHON
-  SAYF("Compiled with %s module support, see docs/custom_mutator.md\n",
+  SAYF("Compiled with %s module support, see docs/custom_mutators.md\n",
        (char *)PYTHON_VERSION);
 #else
   SAYF("Compiled without Python module support.\n");