WIP: Correct all typos (#498)

This commit is contained in:
jared 2022-07-20 17:01:15 -04:00 committed by GitHub
parent 98254a7c1f
commit ed205e98a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 162 additions and 162 deletions

View file

@ -1393,7 +1393,7 @@ static void check_match(struct DeflateState *s, IPos start, IPos match,
*
* deflate_stored() is written to minimize the number of times an input
* byte is copied. It is most efficient with large input and output
* buffers, which maximizes the opportunites to have a single copy from
* buffers, which maximizes the opportunities to have a single copy from
* next_in to next_out.
*/
static block_state deflate_stored(struct DeflateState *s, int flush) {