From: Mark Adler Date: Sun, 28 Apr 2013 22:36:25 +0000 (-0700) Subject: Correct spelling error in zlib.h. X-Git-Tag: v1.2.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dad5389af478ae7d09f4479650c1471dc13e0f5;p=thirdparty%2Fzlib-ng.git Correct spelling error in zlib.h. --- diff --git a/zlib.h b/zlib.h index d6e81dfd0..611d20651 100644 --- a/zlib.h +++ b/zlib.h @@ -861,7 +861,7 @@ ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); available input is skipped. No output is provided. inflateSync searches for a 00 00 FF FF pattern in the compressed data. - All full flush points have this pattern, but not all occurences of this + All full flush points have this pattern, but not all occurrences of this pattern are full flush points. inflateSync returns Z_OK if a possible full flush point has been found,