aboutsummaryrefslogtreecommitdiff
path: root/docs/custom_mutators.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-12 19:40:04 +0200
committervan Hauser <vh@thc.org>2020-05-12 19:40:04 +0200
commit72f4a9f678bea33826a40c1586a79b7ef7a6da15 (patch)
treeaf982f2fbcd6e9e8e0be7773fff4734eeca09e5d /docs/custom_mutators.md
parent060f4ea320b2417bab2f153779b248698544f536 (diff)
downloadAFLplusplus-72f4a9f678bea33826a40c1586a79b7ef7a6da15.tar.gz
missing env var
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r--docs/custom_mutators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md
index c044be0c..b15039d4 100644
--- a/docs/custom_mutators.md
+++ b/docs/custom_mutators.md
@@ -110,7 +110,7 @@ def queue_new_entry(filename_new_queue, filename_orig_queue):
protobuf format which corresponds to a given grammar. In order to execute
the target, the protobuf data must be converted to the plain-text format
expected by the target. In such scenarios, the user can define the
- `pre_save` function. This function is then transforms the data into the
+ `pre_save` function. This function is then transforming the data into the
format expected by the API before executing the target.
- `queue_new_entry` (optional):