aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-01-17 10:01:17 -0500
committerMarcoFalke <[email protected]>2019-01-17 10:01:51 -0500
commit003a47f804b1c66661fbe9a3ccef431d5e300282 (patch)
tree69baa8ba846d36724bf7dc31dc1441c7c55e0571
parentMerge #14250: qt: Remove redundant stopThread() and stopExecutor() signals (diff)
parentdocs: Spelling error fix on fuzzing.md (diff)
downloaddiscoin-003a47f804b1c66661fbe9a3ccef431d5e300282.tar.xz
discoin-003a47f804b1c66661fbe9a3ccef431d5e300282.zip
Merge #15185: docs: Spelling error fix on fuzzing.md
31097b7b02 docs: Spelling error fix on fuzzing.md (benthecarman) Pull request description: Tree-SHA512: f4deb837d0d221c5ff118bbf8cf44600a97099ea330341b94561ffa546c33a90a58bef8284b343df3bfa1376d2e80f2002ac8e393a092dbf699568b5df1e8611
-rw-r--r--doc/fuzzing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fuzzing.md b/doc/fuzzing.md
index dff9e71bb..23317e938 100644
--- a/doc/fuzzing.md
+++ b/doc/fuzzing.md
@@ -82,7 +82,7 @@ make
```
The fuzzer needs some inputs to work on, but the inputs or seeds can be used
-interchangably between libFuzzer and AFL.
+interchangeably between libFuzzer and AFL.
See https://llvm.org/docs/LibFuzzer.html#running on how to run the libFuzzer
instrumented executable.