Repository: commons-compress
Updated Branches:
  refs/heads/master 43e8d3d5f -> b2fac804f


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

Branch: refs/heads/master
Commit: 8efea833ed5fb8143c49d6d6fb3f3fcd7524bd8c
Parents: 43e8d3d
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Jan 14 16:40:40 2018 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Jan 14 16:40:40 2018 +0100

----------------------------------------------------------------------
 .../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/8efea833/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 1627301..c24d405 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
@@ -477,7 +477,7 @@ public class ZipFile implements Closeable {
         if (!(ze instanceof Entry)) {
             return null;
         }
-        // cast valididty is checked just above
+        // cast validity is checked just above
         ZipUtil.checkRequestedFeatures(ze);
         final long start = ze.getDataOffset();
 

Reply via email to