From 80705aca6154e7862c586edd43f69a282e3fd76c Mon Sep 17 00:00:00 2001 From: hexcoder Date: Fri, 3 Jan 2020 07:46:21 +0100 Subject: [PATCH] Typo in name --- src/afl-fuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");