Fix typo in ideal_integration.md (#165)

This commit is contained in:
Moshe Kaplan 2016-12-11 01:22:01 -05:00 committed by inferno-chromium
parent 6b27f9b7fa
commit 421deff2d9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ i.e. a set of inputs to "seed" the mutations.
The quality of the seed corpus has a huge impact on the fuzzing efficiency as it allows the fuzzer
to discover new code paths easier.
The ideal corpus is a minimial set of inputs that provides maximal code coverage.
The ideal corpus is a minimal set of inputs that provides maximal code coverage.
For better OSS-Fuzz integration,
the seed corpus should be available in revision control (can be same or different as the source code).