typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1512183 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cadb19e..84ed3b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,7 +71,7 @@
         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.