Repository: commons-compress Updated Branches: refs/heads/master 990df6f88 -> 441779141
Typos. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/44177914 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/44177914 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/44177914 Branch: refs/heads/master Commit: 44177914110cbc8d0c549e29d67cfb0dbe0d11f8 Parents: 990df6f Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Sep 11 13:10:51 2017 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Sep 11 13:10:51 2017 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/44177914/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 617422d..2390d3f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -84,13 +84,13 @@ wanted to create such files."> <action issue="COMPRESS-412" type="fix" date="2017-06-17" due-to="Michael Hausegger"> Made sure ChecksumCalculatingInputStream receives valid - checksum and input stream instances via the cnstructor. + checksum and input stream instances via the constructor. </action> <action issue="COMPRESS-407" type="fix" date="2017-06-24" due-to="Simon Spero "> TarArchiveOutputStream now verifies the block and record sizes specified at construction time are compatible with the tar - specification. In particular 512 is the only recird size + specification. In particular 512 is the only record size accepted and the block size must be a multiple of 512. </action> <action issue="COMPRESS-400" type="add" date="2017-06-26" @@ -99,8 +99,8 @@ wanted to create such files."> writing/reading tar archives. </action> <action issue="COMPRESS-415" type="fix" date="2017-06-27"> - Fixed classnames of CpioArchiveEntry and - CpioArchiveInputStream in various javadocs. + Fixed class names of CpioArchiveEntry and + CpioArchiveInputStream in various Javadocs. </action> <action issue="COMPRESS-416" type="fix" date="2017-07-04" due-to="Simon Spero ">