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

sebb 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 d9d1e9564 minor: remove extraneous 'a' (#665)
d9d1e9564 is described below

commit d9d1e956403e1a56def2efb19f19c1ac153024bb
Author: Adam <897017+as...@users.noreply.github.com>
AuthorDate: Sun Apr 20 13:05:47 2025 +0200

    minor: remove extraneous 'a' (#665)
---
 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 16ad8c59b..5d7a43f74 100644
--- a/src/site/xdoc/zip.xml
+++ b/src/site/xdoc/zip.xml
@@ -48,7 +48,7 @@
 
       <subsection name="ZipArchiveInputStream vs ZipFile">
 
-        <p>ZIP archives store a archive entries in sequence and
+        <p>ZIP archives store archive entries in sequence and
           contain a registry of all entries at the very end of the
           archive.  It is acceptable for an archive to contain several
           entries of the same name and have the registry (called the

Reply via email to