diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2022-02-10 10:40:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 10:40:11 +0100 |
commit | de7058b75b629011246be12b4ae7df1e504925b1 (patch) | |
tree | 66124b018da5451bd5eb578c460bd27e0614e52e | |
parent | 5e8da2b85c13eeaac245f94ef9232c674cd2e146 (diff) | |
download | afl++-de7058b75b629011246be12b4ae7df1e504925b1.tar.gz |
typo
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 4fa3f051..4626a9b6 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -542,7 +542,7 @@ checks or alter some of the more exotic semantics of the tool: - If you need an early forkserver in your target because of early constructors in your target you can set `AFL_EARLY_FORKSERVER`. - Note that is is not a compile time option but a runtime option :-) + Note that this is not a compile time option but a runtime option :-) ## 5) Settings for afl-qemu-trace |