]> git.lizzy.rs Git - zlib.git/commitdiff
Fix typo.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 16 Aug 2015 01:14:50 +0000 (18:14 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 16 Aug 2015 01:14:50 +0000 (18:14 -0700)
ChangeLog

index 67dbbf962ea7d2deb6cdea1efad4a5c02f25c170..2d7a2c84cb122f684ef62a8ccce782af84104015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,7 +37,7 @@ Changes in 1.2.7.1 (24 Mar 2013)
 - Clean up the usage of z_const and respect const usage within zlib
 - Clean up examples/gzlog.[ch] comparisons of different types
 - Avoid shift equal to bits in type (caused endless loop)
-- Fix unintialized value bug in gzputc() introduced by const patches
+- Fix uninitialized value bug in gzputc() introduced by const patches
 - Fix memory allocation error in examples/zran.c [Nor]
 - Fix bug where gzopen(), gzclose() would write an empty file
 - Fix bug in gzclose() when gzwrite() runs out of memory