aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/reproducing.md
diff options
context:
space:
mode:
authorGravatar Alex Gaynor <alex.gaynor@gmail.com>2016-11-18 21:54:10 -0500
committerGravatar inferno-chromium <inferno@chromium.org>2016-11-18 18:54:10 -0800
commitc89ee04b1e2bd9ed0adb9a345ac796da77698c7c (patch)
treeaf0a64a75bae2ab00be320b980cf5c9626725ad6 /docs/reproducing.md
parent163f49c7aba73b2841138ce793c6239e3be25e30 (diff)
fixed a handful of typos (#91)
Diffstat (limited to 'docs/reproducing.md')
-rw-r--r--docs/reproducing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index 35fc8a55..79985cac 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -63,7 +63,7 @@ docker run --rm -v <b><i>$target_checkout_dir</i></b>:/src/<b><i>$target</i></b
-v <b><i>$reproducer_file</i></b>:/testcase -t ossfuzz/<b><i>$target</i></b> reproduce <b><i>$fuzzer</i></b>
</pre>
- This is essentially the previous command that additonally mounts local sources into the running container.
+ This is essentially the previous command that additionally mounts local sources into the running container.
- *Fix the issue.* Use the previous command to verify you fixed the issue locally.
[Use gdb](debugging.md#debugging-fuzzers-with-gdb) if needed.
- *Submit the fix.* ClusterFuzz will automatically pick up the changes, recheck the testcase