diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2022-06-14 14:56:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 14:56:10 +0200 |
commit | ba21e20695313d538535788cdc55f4b26304e56a (patch) | |
tree | 85abd856b1111d5bbb5c80c6ef93f4c3646fe226 /docs/env_variables.md | |
parent | 5b471986b834a1aa0c58701f4acf4d58d3951605 (diff) | |
download | afl++-ba21e20695313d538535788cdc55f4b26304e56a.tar.gz |
typo
Diffstat (limited to 'docs/env_variables.md')
-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 3c69c0b6..a63aad10 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -519,7 +519,7 @@ checks or alter some of the more exotic semantics of the tool: - `AFL_SYNC_TIME` allows you to specify a different minimal time (in minutes) between fuzzing instances synchronization. Default sync time is 30 minutes, - note that time is halfed for -M main nodes. + note that time is halved for -M main nodes. - Setting `AFL_TARGET_ENV` causes AFL++ to set extra environment variables for the target binary. Example: `AFL_TARGET_ENV="VAR1=1 VAR2='a b c'" afl-fuzz |