about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-26 09:55:12 +0100
committervanhauser-thc <vh@thc.org>2022-01-26 09:55:12 +0100
commitb0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a (patch)
tree54487eec5b7f1b23a4c3f54efa490378fd8a2888 /src
parent77c06408c35e889ac0091efe102ed57ce60c94a4 (diff)
downloadafl++-b0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a.tar.gz
4.00c readiness
Diffstat (limited to 'src')
-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 d34cc6b4..a96dee97 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -315,7 +315,7 @@ static void usage(u8 *argv0, int more_help) {
   SAYF("Compiled with %s module support, see docs/custom_mutator.md\n",
        (char *)PYTHON_VERSION);
 #else
-  SAYF("Compiled without python module support.\n");
+  SAYF("Compiled without Python module support.\n");
 #endif
 
 #ifdef AFL_PERSISTENT_RECORD