Skip to content

Commit 33a7aff

Browse files
committed
Fix typo.
1 parent 9852c20 commit 33a7aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typedef enum {
7878
*/
7979

8080
/* State maintained between inflate() calls -- approximately 7K bytes, not
81-
inlcuding the allocated sliding window, which is up to 32K bytes. */
81+
including the allocated sliding window, which is up to 32K bytes. */
8282
struct inflate_state {
8383
inflate_mode mode; /* current inflate mode */
8484
int last; /* true if processing last block */

0 commit comments

Comments
 (0)