Repository: commons-compress
Updated Branches:
  refs/heads/master 3f2c760a4 -> 2cc332cc2


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

Branch: refs/heads/master
Commit: 2cc332cc20f1d988ce6b986ba63e6685709e9ecd
Parents: 3f2c760
Author: ggregory <ggreg...@apache.org>
Authored: Sat Apr 9 10:13:03 2016 -0700
Committer: ggregory <ggreg...@apache.org>
Committed: Sat Apr 9 10:13:03 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/2cc332cc/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java 
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
index a6aabe6..3e2113d 100644
--- a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
@@ -113,7 +113,7 @@ public class SevenZFile implements Closeable {
     }
     
     /**
-     * Reads a file as unecrypted 7z archive
+     * Reads a file as unencrypted 7z archive
      *
      * @param filename the file to read
      * @throws IOException if reading the archive fails

Reply via email to