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 2021/05/22 13:04:28 UTC

[commons-compress] 01/02: Fix typo

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

commit 06f1169984ad6dee94c3568029b3ea057dfe3533
Author: Helder Magalhães <he...@gmail.com>
AuthorDate: Fri May 21 23:01:01 2021 +0100

    Fix typo
---
 src/site/xdoc/examples.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml
index 957294e..ce7e813 100644
--- a/src/site/xdoc/examples.xml
+++ b/src/site/xdoc/examples.xml
@@ -117,7 +117,7 @@ CompressorInputStream input = new CompressorStreamFactory()
         interface can be used to track progress while extracting a
         stream or to detect potential <a
         href="https://en.wikipedia.org/wiki/Zip_bomb">zip bombs</a>
-        when the compression ration becomes suspiciously large.</p>
+        when the compression ratio becomes suspiciously large.</p>
       </subsection>
 
     </section>