about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2022-06-14 14:56:10 +0200
committerGitHub <noreply@github.com>2022-06-14 14:56:10 +0200
commitba21e20695313d538535788cdc55f4b26304e56a (patch)
tree85abd856b1111d5bbb5c80c6ef93f4c3646fe226 /docs/env_variables.md
parent5b471986b834a1aa0c58701f4acf4d58d3951605 (diff)
downloadafl++-ba21e20695313d538535788cdc55f4b26304e56a.tar.gz
typo
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md2
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