aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar steadmon <josh@steadmon.net>2018-11-19 09:58:15 -0800
committerGravatar Abhishek Arya <inferno@chromium.org>2018-11-19 09:58:15 -0800
commit3702af93a9ff11a58775be5f2051952eefa6c1d6 (patch)
tree8f8f302174803e3a783449f1b7d16e066e9d2a86 /docs
parent646fca1b506b056db3a60d32c4a1a7398f171c94 (diff)
Typo fix: hongfuzz -> honggfuzz (#1960)
Diffstat (limited to 'docs')
-rw-r--r--docs/reproducing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index ef3dd630..e26bae48 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -81,6 +81,6 @@ Our infrastructure runs some sanity tests to make sure that your build was corre
```bash
$ python infra/helper.py build_image $PROJECT_NAME
-$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME
-$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME <fuzz_target_name>
+$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/honggfuzz> $PROJECT_NAME
+$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/honggfuzz> $PROJECT_NAME <fuzz_target_name>
```