Skip to content

Commit 2dad538

Browse files
committed
Correct spelling error in zlib.h.
1 parent b4d8028 commit 2dad538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
861861
available input is skipped. No output is provided.
862862
863863
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
865865
pattern are full flush points.
866866
867867
inflateSync returns Z_OK if a possible full flush point has been found,

0 commit comments

Comments
 (0)