]> git.lizzy.rs Git - zlib.git/commitdiff
Fix typo.
authorMark Adler <madler@alumni.caltech.edu>
Wed, 21 Sep 2016 15:45:59 +0000 (08:45 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Wed, 21 Sep 2016 15:45:59 +0000 (08:45 -0700)
inflate.h

index adbc775d5f461405cc33b292e5939c7e521a13b1..ed434e5e88da5ce6b106ea0218ce763ddd0469bb 100644 (file)
--- a/inflate.h
+++ b/inflate.h
@@ -78,7 +78,7 @@ typedef enum {
  */
 
 /* State maintained between inflate() calls -- approximately 7K bytes, not
-   inlcuding the allocated sliding window, which is up to 32K bytes. */
+   including the allocated sliding window, which is up to 32K bytes. */
 struct inflate_state {
     inflate_mode mode;          /* current inflate mode */
     int last;                   /* true if processing last block */