You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/05/31 15:49:15 UTC

commons-compress git commit: typos

Repository: commons-compress
Updated Branches:
  refs/heads/master 2683e564a -> 83900471a


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/83900471
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/83900471
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/83900471

Branch: refs/heads/master
Commit: 83900471ab12dcf424a78fd4584a1d716305a690
Parents: 2683e56
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu May 31 17:47:25 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu May 31 17:47:25 2018 +0200

----------------------------------------------------------------------
 RELEASE-NOTES.txt       | 4 ++--
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/83900471/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index af8a00f..794e964 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -12,8 +12,8 @@ New features:
 o Added a unit test that is supposed to fail if we break the
   OSGi manifest entries again.
   Issue: COMPRESS-443.
-o Add a new SkipShieldingInputStream class that can be used wit
-  streams that throw an IOException whne skip is invoked.
+o Add a new SkipShieldingInputStream class that can be used with
+  streams that throw an IOException when skip is invoked.
   Issue: COMPRESS-449.
 o New constructors have been added to SevenZFile that accept
   char[]s rather than byte[]s in order to avoid a common error

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/83900471/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dfcfd66..8ae1d27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,8 +75,8 @@ The <action> type attribute can be add,update,fix,remove.
         OSGi manifest entries again.
       </action>
       <action issue="COMPRESS-449" type="add" date="2018-05-02">
-        Add a new SkipShieldingInputStream class that can be used wit
-        streams that throw an IOException whne skip is invoked.
+        Add a new SkipShieldingInputStream class that can be used with
+        streams that throw an IOException when skip is invoked.
       </action>
       <action issue="COMPRESS-451" type="fix" date="2018-05-04">
         IOUtils.copy now verifies the buffer size is bigger than 0.