about summary refs log tree commit diff
path: root/custom_mutators
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:23:22 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:23:22 +0100
commitaa6586a761c47da1f202221c9a449b692cacbcae (patch)
treef643712e4a2cf16491449c74a118253cb001dc5d /custom_mutators
parent377adb776ee2adb3cb17a174279e384ae9dd590c (diff)
downloadafl++-aa6586a761c47da1f202221c9a449b692cacbcae.tar.gz
Fix typos - 1st run
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/gramatron/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom_mutators/gramatron/README.md b/custom_mutators/gramatron/README.md
index 0167f620..2ed014cd 100644
--- a/custom_mutators/gramatron/README.md
+++ b/custom_mutators/gramatron/README.md
@@ -1,6 +1,6 @@
 # GramaTron
 
-Gramatron is a coverage-guided fuzzer that uses grammar automatons to perform
+GramaTron is a coverage-guided fuzzer that uses grammar automatons to perform
 grammar-aware fuzzing.  Technical details about our framework are available
 in the [ISSTA'21 paper](https://nebelwelt.net/files/21ISSTA.pdf).
 The artifact to reproduce the experiments presented in the paper are present
@@ -9,11 +9,11 @@ grammars is presented below:
 
 # Compiling
 
-Execute `./build_gramatron_mutator.sh`
+Execute `./build_gramatron_mutator.sh`.
 
 # Running
 
-You have to set the grammar file to use with `GRAMMATRON_AUTOMATION`:
+You have to set the grammar file to use with `GRAMATRON_AUTOMATION`:
 
 ```
 export AFL_DISABLE_TRIM=1