Skip to content

Commit a7bbd1e

Browse files
committed
doc: fix typos
1 parent ed7db92 commit a7bbd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2828
To 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)
3131
script (Recommended to run in a fresh VM, see documentation in the script). The
3232
script is usually run twice to ensure that the results are "somewhat"

0 commit comments

Comments
 (0)