about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarcello Maugeri <maray97@hotmail.it>2023-02-08 15:54:27 +0100
committerGitHub <noreply@github.com>2023-02-08 15:54:27 +0100
commitc86d06849b46865f126a522b7b4c8eb0f72c6ba1 (patch)
tree050d67a8b2d6c5cc35c2f28b029be051dff5b510
parent05b1189a55b573a4021abed078dab098f4591ad6 (diff)
downloadafl++-c86d06849b46865f126a522b7b4c8eb0f72c6ba1.tar.gz
Update forkserver.h
Fix typo
-rw-r--r--include/forkserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 35bc1771..50898a08 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -43,7 +43,7 @@ typedef enum NyxReturnValue {
   Normal,
   Crash,
   Asan,
-  Timout,
+  Timeout,
   InvalidWriteToPayload,
   Error,
   IoError,