Fix typo.
diff --git a/inflate.h b/inflate.h
index adbc775..ed434e5 100644
--- a/inflate.h
+++ b/inflate.h
@@ -78,7 +78,7 @@
  */
 
 /* 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 */