diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 20:14:54 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:08:16 +0100 |
commit | fcbaddfd2b3f4dece001f1d4141d7dce75da1e81 (patch) | |
tree | 1c9c4ea6da4c5be170d0213a4ff73b0abdd59509 /docs/custom_mutators.md | |
parent | b7395fa46710673602b8fb7257e502e5f129a56c (diff) | |
download | afl++-fcbaddfd2b3f4dece001f1d4141d7dce75da1e81.tar.gz |
Fix spelling of words related to "build"
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r-- | docs/custom_mutators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 3a2ec3b2..7d362950 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -218,7 +218,7 @@ trimmed input. Here's a quick API description: to the maximum amount of steps you returned in `init_trim`). Omitting any of three trimming methods will cause the trimming to be disabled -and trigger a fallback to the builtin default trimming routine. +and trigger a fallback to the built-in default trimming routine. ### Environment Variables |