File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ runner:
2121### Pruning inputs
2222
2323* Over time fuzz engines reduce inputs (produce a smaller input that yields the
24- same coverage statistics), which causes our copora to accumulate larger
24+ same coverage statistics), which causes our corpora to accumulate larger
2525 non-reduced inputs.
2626* Code changes can lead to inputs losing their coverage.
2727
2828To avoid corpora bloat, stale inputs and potential CI timeouts, we usually
29- prune/minimize our copora around the branch-off point using the
29+ prune/minimize our corpora around the branch-off point using the
3030[ ` delete_nonreduced_fuzz_inputs.sh ` ] ( https://raw.githubusercontent.com/bitcoin-core/bitcoin-maintainer-tools/main/delete_nonreduced_fuzz_inputs.sh )
3131script (Recommended to run in a fresh VM, see documentation in the script). The
3232script is usually run twice to ensure that the results are "somewhat"
You can’t perform that action at this time.
0 commit comments