about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/ideas.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ideas.md b/docs/ideas.md
index 8ba59c17..92b3ce49 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -4,7 +4,7 @@ In the following, we describe a variety of ideas that could be implemented for f
 
 ## Flexible Grammar Mutator
 
-Currently, AFL++'s mutation do not have deper knowledge about the fuzzed binary, apart from feedback, even though the developer may have insights about the target. A developer may chose to provide dictionaries and implement own mutations in python or c, but an easy mutator that behaves according to a given grammar, does not exist.
+Currently, AFL++'s mutation do not have deeper knowledge about the fuzzed binary, apart from feedback, even though the developer may have insights about the target. A developer may chose to provide dictionaries and implement own mutations in python or c, but an easy mutator that behaves according to a given grammar, does not exist.
 
 ## LTO Based Non-Colliding Edge Coverage
 
@@ -18,4 +18,4 @@ This is the case why, right now, we cannot switch to QEMU 4.2. Understanding the
 ## WASM Instrumentation
 
 Currently, AFL++ can be used for source code fuzzing and traditional binaries.
-With the rise of WASM as compile target, however, a novel way of instrumentation needs to be implemented for binaries compiled to Webassembly. This can either be done by inserting instrumentation directly into the WASM AST, or by patching feeback into a WASM VMs of choice, similar to the current Unicorn instrumentation.
+With the rise of WASM as compile target, however, a novel way of instrumentation needs to be implemented for binaries compiled to Webassembly. This can either be done by inserting instrumentation directly into the WASM AST, or by patching feedback into a WASM VMs of choice, similar to the current Unicorn instrumentation.