about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-02-08 17:04:41 +0100
committerGitHub <noreply@github.com>2023-02-08 17:04:41 +0100
commit025f617d6a9b0259dd4110107de093175d995dda (patch)
tree5beb8ed273011702c4a4ce8adcb7bef98b5230d0 /include/forkserver.h
parent03e6d33a4044115c44afeb6c1ae735c0310018af (diff)
parentc86d06849b46865f126a522b7b4c8eb0f72c6ba1 (diff)
downloadafl++-025f617d6a9b0259dd4110107de093175d995dda.tar.gz
Merge pull request #1640 from marcellomaugeri/stable
Fix typo in Nyx-mode
Diffstat (limited to 'include/forkserver.h')
-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,