]> git.lizzy.rs Git - zlib.git/commitdiff
Correct spelling error in zlib.h.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 28 Apr 2013 22:36:25 +0000 (15:36 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 28 Apr 2013 22:57:11 +0000 (15:57 -0700)
zlib.h

diff --git a/zlib.h b/zlib.h
index d6e81dfd057f7b9bb9dce0d1f4173ca3f629d13d..611d20651a299436f989d7af4d8e7a9a6ce3da33 100644 (file)
--- 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,