diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 15:36:25 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 15:57:11 -0700 |
commit | 2dad5389af478ae7d09f4479650c1471dc13e0f5 (patch) | |
tree | eae13e7e0e9ead72c13cf0eb3274f0b27266124b | |
parent | b4d802825ac374af31e02e03aeb39d040b20ef0b (diff) | |
download | zlib-2dad5389af478ae7d09f4479650c1471dc13e0f5.tar.gz zlib-2dad5389af478ae7d09f4479650c1471dc13e0f5.tar.bz2 zlib-2dad5389af478ae7d09f4479650c1471dc13e0f5.zip |
Correct spelling error in zlib.h.
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |