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/20ad59f7 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/20ad59f7 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/20ad59f7 Branch: refs/heads/master Commit: 20ad59f7bb2925ad5ef1a56c61cf93bf57d47700 Parents: 9ce9e4b Author: Stefan Bodewig <bode...@apache.org> Authored: Fri Jun 15 20:00:35 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Fri Jun 15 20:00:35 2018 +0200 ---------------------------------------------------------------------- src/site/xdoc/zip.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/20ad59f7/src/site/xdoc/zip.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/zip.xml b/src/site/xdoc/zip.xml index b857332..59ff5dc 100644 --- a/src/site/xdoc/zip.xml +++ b/src/site/xdoc/zip.xml @@ -105,7 +105,7 @@ over <code>ZipArchiveInputStream</code>.</p> <p><code>ZipFile</code> requires a - <code>SeekableByteChannel</code> that will be obtain + <code>SeekableByteChannel</code> that will be obtained transparently when reading from a file. The class <code>org.apache.commons.compress.utils.SeekableInMemoryByteChannel</code> allows you to read from an in-memory archive.</p>