From 33a7aff45da511c3fc181071394ad9a01d5e8d61 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 21 Sep 2016 08:45:59 -0700 Subject: Fix typo. --- inflate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inflate.h b/inflate.h index adbc775..ed434e5 100644 --- 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 */ -- cgit v1.2.3-55-g6feb