Repository: commons-compress
Updated Branches:
  refs/heads/master 09edbd8f1 -> 1e0957d57


typo


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/1e0957d5
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/1e0957d5
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/1e0957d5

Branch: refs/heads/master
Commit: 1e0957d571b8f36693ea6ac305947884938f1df6
Parents: 09edbd8
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sat Oct 15 15:33:38 2016 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sat Oct 15 15:33:38 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/commons/compress/archivers/zip/ZipFile.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1e0957d5/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
index 9a25035..e0d2cea 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
@@ -224,7 +224,7 @@ public class ZipFile implements Closeable {
      * encoding for file names.
      *
      * @param channel the archive.
-     * @param archiveName name of the archivem used for error messages only.
+     * @param archiveName name of the archive, used for error messages only.
      * @param encoding the encoding to use for file names, use null
      * for the platform's default encoding
      * @param useUnicodeExtraFields whether to use InfoZIP Unicode

Reply via email to