From: Dmitry Antipov Date: Mon, 26 Aug 2013 16:29:52 +0000 (+0400) Subject: Fix ChangeLog typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=447218dd746e66544176995f1c791609b632a398;p=emacs.git Fix ChangeLog typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5f0bb86c3ee..37d3419532b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -30,7 +30,7 @@ Fix recovering from possible decompression error. Since insert_from_gap doesn't always move point, we can't use PT as the position where the partially decompressed data ends, and - should count how may bytes was produced so far. + should count how many bytes was produced so far. * decompress.c (struct decompress_unwind_data): Add nbytes member. (unwind_decompress): Really delete partially uncompressed data. (Fzlib_decompress_region): Take decompressed data size into account.