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 2013/08/09 09:13:06 UTC

svn commit: r1512183 - /commons/proper/compress/trunk/src/changes/changes.xml

Author: bodewig
Date: Fri Aug  9 07:13:06 2013
New Revision: 1512183

URL: http://svn.apache.org/r1512183
Log:
typo

Modified:
    commons/proper/compress/trunk/src/changes/changes.xml

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1512183&r1=1512182&r2=1512183&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Fri Aug  9 07:13:06 2013
@@ -71,7 +71,7 @@ The <action> type attribute can be add,u
         name.
       </action>
       <action type="fix" date="2013-06-04" issue="COMPRESS-227">
-        ZipFile#getInoutStream could return null if the archive
+        ZipFile#getInputStream could return null if the archive
         contained duplicate entries.
         The class now also provides two new methods to obtain all
         entries of a given name rather than just the first one.