This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 875454736 Fix acronym case, grammar.
875454736 is described below
commit 87545473653cfd104abfd331873449dc68ad7696
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 15:05:38 2026 -0400
Fix acronym case, grammar.
---
.../apache/commons/compress/archivers/tar/TarArchiveInputStream.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
index f8249a354..dbbb31d7e 100644
---
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
+++
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
@@ -47,7 +47,7 @@
import org.apache.commons.io.input.BoundedInputStream;
/**
- * The TarInputStream reads a Unix tar archive as an InputStream. methods are
provided to position at each successive entry in the archive, and the read each
+ * The TarInputStream reads a Unix TAR archive as an InputStream. Methods are
provided to position at each successive entry in the archive, and the read each
* entry as a normal input stream using read().
*
* @NotThreadSafe