Update forkserver.h

Fix typo
This commit is contained in:
Marcello Maugeri 2023-02-08 15:54:27 +01:00 committed by GitHub
parent 05b1189a55
commit c86d06849b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ typedef enum NyxReturnValue {
Normal,
Crash,
Asan,
Timout,
Timeout,
InvalidWriteToPayload,
Error,
IoError,