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
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));
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,