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 2019/12/30 17:42:30 UTC

[commons-compress] branch master updated: the sentence is incomplete

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 9839a3e  the sentence is incomplete
9839a3e is described below

commit 9839a3ea8e0aa8ecb048447cfb493dd91db9fbee
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Mon Dec 30 18:41:59 2019 +0100

    the sentence is incomplete
---
 src/site/xdoc/zip.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/zip.xml b/src/site/xdoc/zip.xml
index 29ea971..1fd80ac 100644
--- a/src/site/xdoc/zip.xml
+++ b/src/site/xdoc/zip.xml
@@ -107,7 +107,7 @@
           explicitly. For example it will completely fail if the
           stored entry is a ZIP archive itself.  Starting with Compress 1.19
           <code>ZipArchiveInputStream</code> will perform a few sanity
-          for STORED entries with data descriptors and throw an
+          checks for STORED entries with data descriptors and throw an
           exception if they fail.</p>
 
         <p>If possible, you should <strong>always</strong> prefer <code>ZipFile</code>