Author: bodewig Date: Mon Jul 5 12:52:06 2010 New Revision: 960586 URL: http://svn.apache.org/viewvc?rev=960586&view=rev Log: typo
Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/zip.xml?rev=960586&r1=960585&r2=960586&view=diff ============================================================================== --- commons/proper/compress/trunk/src/site/xdoc/zip.xml (original) +++ commons/proper/compress/trunk/src/site/xdoc/zip.xml Mon Jul 5 12:52:06 2010 @@ -93,7 +93,7 @@ The same is true for <code>ZipArchiveInputStream</code> as long as the entry is DEFLATED. For STORED entries <code>ZipArchiveInputStream</code> can try to read - ahead until if finds the next entry, but this approach is + ahead until it finds the next entry, but this approach is not safe and has to be enabled by a constructor argument explicitly.</p>