diff options
author | vanhauser-thc <vh@thc.org> | 2024-09-12 10:24:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-09-12 10:24:05 +0200 |
commit | fc7c95e9f4d26ea3ab13543d166ed0dc4d0b81a3 (patch) | |
tree | 603de28fc6ddfdc3bfc4bbd3472a6e76328185b2 /src/afl-fuzz.c | |
parent | 4086b93ad799e3cd28968102a2d175b166a31300 (diff) | |
download | afl++-fc7c95e9f4d26ea3ab13543d166ed0dc4d0b81a3.tar.gz |
nits
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 726a2260..5ab8d7e9 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1505,7 +1505,7 @@ int main(int argc, char **argv_orig, char **envp) { #ifdef __linux__ if (afl->fsrv.nyx_mode) { - OKF("AFL++ Nyx mode is enabled (developed and mainted by Sergej Schumilo)"); + OKF("AFL++ Nyx mode is enabled (developed and maintained by Sergej Schumilo)"); OKF("Nyx is open source, get it at https://github.com/Nyx-Fuzz"); } |