about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-01-02 23:16:37 +0100
committerhexcoder- <heiko@hexco.de>2021-01-02 23:16:37 +0100
commit8bcb17b11f3690a06323542ef9b2e885d5f28dd7 (patch)
tree1f56333963ded9d204e5ad8baa9e62c84bfba434 /src
parent848db92196cf9ace34610a9cbf12fcf5ce44de33 (diff)
parente83a1bc0d1c1cf49e0c948c88d28d741d9febb0a (diff)
downloadafl++-8bcb17b11f3690a06323542ef9b2e885d5f28dd7.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 2af374f2..897c2f1e 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1534,7 +1534,7 @@ int main(int argc, char **argv_orig, char **envp) {
 
   if (!afl->pending_not_fuzzed) {
 
-    FATAL("We need at least on valid input seed that does not crash!");
+    FATAL("We need at least one valid input seed that does not crash!");
 
   }