about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:08:06 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:08:06 +0100
commit73e9677a881a6d8a43a02aba5a7d8000c0f87987 (patch)
treede7f9b8ada79862b51a4892c3db518807874e7be /docs/env_variables.md
parent9cb32ca1425879be9a7326b5810ede12713c2649 (diff)
downloadafl++-73e9677a881a6d8a43a02aba5a7d8000c0f87987.tar.gz
Change the word "behaviour" (BE) to "behavior" (AE)
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index bb7ea70b..ec9b2b01 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -109,7 +109,7 @@ fairly broad use of environment variables instead:
     - `AFL_USE_MSAN=1` - activates the memory sanitizer (uninitialized memory)
     - `AFL_USE_TSAN=1` - activates the thread sanitizer to find thread race
       conditions
-    - `AFL_USE_UBSAN=1` - activates the undefined behaviour sanitizer
+    - `AFL_USE_UBSAN=1` - activates the undefined behavior sanitizer
 
   - `TMPDIR` is used by afl-as for temporary files; if this variable is not set,
     the tool defaults to /tmp.
@@ -336,7 +336,7 @@ checks or alter some of the more exotic semantics of the tool:
   - Setting `AFL_DISABLE_TRIM` tells afl-fuzz not to trim test cases. This is
     usually a bad idea!
 
-  - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behaviour which
+  - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behavior which
     does not allow crashes or timeout seeds in the initial -i corpus.
 
   - `AFL_EXIT_ON_TIME` causes afl-fuzz to terminate if no new paths were found