diff --git a/tutorial/libFuzzerTutorial.md b/tutorial/libFuzzerTutorial.md index 00bc539..55f49ed 100644 --- a/tutorial/libFuzzerTutorial.md +++ b/tutorial/libFuzzerTutorial.md @@ -392,7 +392,7 @@ In either way, you may want to minimize your corpus, that is to create a subset of the corpus that has the same coverage. ```shell -mkdir NEW_CORPPUS +mkdir NEW_CORPUS ./your-fuzzer NEW_CORPUS OLD_CORPUS -merge=1 ```