diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-01-03 07:46:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 07:46:21 +0100 |
commit | 80705aca6154e7862c586edd43f69a282e3fd76c (patch) | |
tree | dc6569f2e060c1fd623fbeec2240e71b7f68a4f5 | |
parent | db2eb7520550cb76647a56e44c1ab226331b9971 (diff) | |
download | afl++-80705aca6154e7862c586edd43f69a282e3fd76c.tar.gz |
Typo in name
-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 f3927d4e..5e9a4169 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -591,7 +591,7 @@ int main(int argc, char** argv) { if (optind == argc || !in_dir || !out_dir) usage(argv[0]); OKF("afl++ is maintained by Marc \"van Hauser\" Heuse, Heiko \"hexcoder\" " - "Eissfeldt and Andrea Fioraldi"); + "Eißfeldt and Andrea Fioraldi"); OKF("afl++ is open source, get it at " "https://github.com/vanhauser-thc/AFLplusplus"); OKF("Power schedules from github.com/mboehme/aflfast"); |