summaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorGreg Sjaardema <gsjaardema@gmail.com>2021-05-13 17:10:12 -0600
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-05-16 13:20:15 +0200
commit5339a31cf9349a7b7e7ab8a5a507fda917f53f87 (patch)
treee9183b87b6ef878f2f9156861a200f017f150d85 /deflate.c
parent54b1c13c37b53f2481f02576657cedfef29fce2f (diff)
Spelling fixes
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c
index 7e27089..ca9dafa 100644
--- a/deflate.c
+++ b/deflate.c
@@ -208,7 +208,7 @@ Z_INTERNAL void slide_hash_c(deflate_state *s) {
* o. the pointer advance forward, and
* o. demote the variable 'm' to be local to the loop, and
* choose type "Pos" (instead of 'unsigned int') for the
- * variable to avoid unncessary zero-extension.
+ * variable to avoid unnecessary zero-extension.
*/
{
unsigned int i;