From 9a1e22afab096f64abf91daecbe78a9aac638f97 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 4 Jun 2020 15:31:27 +0200 Subject: [PATCH] typo --- src/afl-forkserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index a5e2db54..c0b6b136 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -276,7 +276,7 @@ static void report_error_and_exit(int error) { break; case FS_ERROR_MMAP: FATAL( - "the fuzzing target reports that the mmap() call to the share memory " + "the fuzzing target reports that the mmap() call to the shared memory " "failed."); break; default: