summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-28 15:36:25 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-28 15:57:11 -0700
commit2dad5389af478ae7d09f4479650c1471dc13e0f5 (patch)
treeeae13e7e0e9ead72c13cf0eb3274f0b27266124b
parentb4d802825ac374af31e02e03aeb39d040b20ef0b (diff)
downloadzlib-2dad5389af478ae7d09f4479650c1471dc13e0f5.tar.gz
zlib-2dad5389af478ae7d09f4479650c1471dc13e0f5.tar.bz2
zlib-2dad5389af478ae7d09f4479650c1471dc13e0f5.zip
Correct spelling error in zlib.h.
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index d6e81df..611d206 100644
--- a/zlib.h
+++ b/zlib.h
@@ -861,7 +861,7 @@ ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
861 available input is skipped. No output is provided. 861 available input is skipped. No output is provided.
862 862
863 inflateSync searches for a 00 00 FF FF pattern in the compressed data. 863 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
864 All full flush points have this pattern, but not all occurences of this 864 All full flush points have this pattern, but not all occurrences of this
865 pattern are full flush points. 865 pattern are full flush points.
866 866
867 inflateSync returns Z_OK if a possible full flush point has been found, 867 inflateSync returns Z_OK if a possible full flush point has been found,