diff options
author | hexcoder- <heiko@hexco.de> | 2021-01-02 20:06:02 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-01-02 20:06:02 +0100 |
commit | 33abd70647789fc0e3960e76351bec5793944918 (patch) | |
tree | 49c6976a19ceaa868aa108b0fdf76083045136cf | |
parent | 84d3192f01702b4b43e531e3f0dac4743bf1ab0d (diff) | |
download | afl++-33abd70647789fc0e3960e76351bec5793944918.tar.gz |
typo
-rw-r--r-- | src/afl-fuzz.c | 2 |
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!"); } |