]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ChangeLog typo.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 26 Aug 2013 16:29:52 +0000 (20:29 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 26 Aug 2013 16:29:52 +0000 (20:29 +0400)
src/ChangeLog

index 5f0bb86c3ee101ed1bd3184b03495275e613e58c..37d3419532b7adbce281077edcc2aac1dfbab6d5 100644 (file)
@@ -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.