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

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

commit ee90be6e80d79b0504be89f2497ede472555f44d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 1 07:47:18 2024 -0400

    Fix Javadoc error
---
 .../commons/compress/compressors/gzip/GzipCompressorInputStream.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java
 
b/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java
index 555133f91..8a82e0737 100644
--- 
a/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java
@@ -58,7 +58,7 @@ import org.apache.commons.io.input.BoundedInputStream;
  * <p>
  * If you use the constructor {@code GzipCompressorInputStream(in, true)} then 
{@link #read} will return -1 only after
  * the entire input stream has been exhausted; any bytes that follow an 
encoded GZIP member must constitute a new encoded
- * GZIP member, otherwise an {@link IOExcdetion} is thrown. The data read from 
a stream constructed this way will consist
+ * GZIP member, otherwise an {@link IOException} is thrown. The data read from 
a stream constructed this way will consist
  * of the concatenated data of all of the encoded GZIP members in order.
  * </p>
  *

Reply via email to