summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2015-08-15 18:14:50 -0700
committerMark Adler <madler@alumni.caltech.edu>2015-08-15 18:14:50 -0700
commit27ef026603319decd1b3d4d92a5d3bf21dcc2db5 (patch)
treed591a9baf20d6aac31bf489e2c7e8f8f250ef892 /ChangeLog
parent82e9dc60932bf2ce5422a5e76e66e5a05abd26e3 (diff)
downloadzlib-27ef026603319decd1b3d4d92a5d3bf21dcc2db5.tar.gz
Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67dbbf9..2d7a2c8 100644
--- 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