about summary refs log tree commit diff
path: root/docs/fuzzing_in_depth.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:55:37 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:55:37 +0100
commit8d696c93968a31133ef917810295aaf399b066ff (patch)
treea3245b8846e799e7e083cd29c2696ad0b1f1d6bb /docs/fuzzing_in_depth.md
parent667c2e58b24603ca4660d1d5f9d9e9e3ca17b86e (diff)
downloadafl++-8d696c93968a31133ef917810295aaf399b066ff.tar.gz
Fix punctuation in connection with "with"
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r--docs/fuzzing_in_depth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md
index d1fee7cc..2e030e7b 100644
--- a/docs/fuzzing_in_depth.md
+++ b/docs/fuzzing_in_depth.md
@@ -449,7 +449,7 @@ mode!) and switch the input directory with a dash (`-`):
 Adding a dictionary is helpful. See the directory
 [dictionaries/](../dictionaries/) if something is already included for your data
 format, and tell afl-fuzz to load that dictionary by adding `-x
-dictionaries/FORMAT.dict`. With afl-clang-lto you have an autodictionary
+dictionaries/FORMAT.dict`. With afl-clang-lto, you have an autodictionary
 generation for which you need to do nothing except to use afl-clang-lto as the
 compiler. You also have the option to generate a dictionary yourself, see
 [utils/libtokencap/README.md](../utils/libtokencap/README.md).