diff options
author | Greg Sjaardema <gsjaardema@gmail.com> | 2021-05-13 17:10:12 -0600 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-05-16 13:20:15 +0200 |
commit | 5339a31cf9349a7b7e7ab8a5a507fda917f53f87 (patch) | |
tree | e9183b87b6ef878f2f9156861a200f017f150d85 /deflate.c | |
parent | 54b1c13c37b53f2481f02576657cedfef29fce2f (diff) |
Spelling fixes
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |