Skip to content

Commit 421deff

Browse files
moshekaplaninferno-chromium
authored andcommitted
Fix typo in ideal_integration.md (#165)
1 parent 6b27f9b commit 421deff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ideal_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ i.e. a set of inputs to "seed" the mutations.
3535
The quality of the seed corpus has a huge impact on the fuzzing efficiency as it allows the fuzzer
3636
to discover new code paths easier.
3737

38-
The ideal corpus is a minimial set of inputs that provides maximal code coverage.
38+
The ideal corpus is a minimal set of inputs that provides maximal code coverage.
3939

4040
For better OSS-Fuzz integration,
4141
the seed corpus should be available in revision control (can be same or different as the source code).

0 commit comments

Comments
 (0)