about summary refs log tree commit diff
path: root/docs/important_changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/important_changes.md')
-rw-r--r--docs/important_changes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/important_changes.md b/docs/important_changes.md
index 877dfab2..9d6bbbbe 100644
--- a/docs/important_changes.md
+++ b/docs/important_changes.md
@@ -1,6 +1,6 @@
 # Important changes in AFL++
 
-This document lists important changes in AFL++, for example, major behaviour changes.
+This document lists important changes in AFL++, for example, major behavior changes.
 
 ## From version 3.00 onwards
 
@@ -8,23 +8,23 @@ With AFL++ 3.13-3.20 we introduce frida_mode (-O) to have an alternative for
 binary-only fuzzing. It is slower than Qemu mode but works on MacOS, Android,
 iOS etc.
 
-With AFL++ 3.15 we introduced the following changes from previous behaviours:
+With AFL++ 3.15 we introduced the following changes from previous behaviors:
   * Also -M main mode does not do deterministic fuzzing by default anymore
   * afl-cmin and afl-showmap -Ci now descent into subdirectories like
     afl-fuzz -i does (but note that afl-cmin.bash does not)
 
-With AFL++ 3.14 we introduced the following changes from previous behaviours:
+With AFL++ 3.14 we introduced the following changes from previous behaviors:
   * afl-fuzz: deterministic fuzzing it not a default for -M main anymore
   * afl-cmin/afl-showmap -i now descends into subdirectories (afl-cmin.bash
     however does not)
 
-With AFL++ 3.10 we introduced the following changes from previous behaviours:
+With AFL++ 3.10 we introduced the following changes from previous behaviors:
   * The '+' feature of the '-t' option now means to  auto-calculate the timeout
     with the value given being the maximum timeout. The original meaning of
     "skipping timeouts instead of abort" is now inherent to the -t option.
 
 With AFL++ 3.00 we introduced changes that break some previous AFL and AFL++
-behaviours and defaults:
+behaviors and defaults:
   * There are no llvm_mode and gcc_plugin subdirectories anymore and there is
     only one compiler: afl-cc. All previous compilers now symlink to this one.
     All instrumentation source code is now in the `instrumentation/` folder.