Skip to content

Commit 8754547

Browse files
committed
Fix acronym case, grammar.
1 parent a6752f6 commit 8754547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import org.apache.commons.io.input.BoundedInputStream;
4848

4949
/**
50-
* 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
50+
* 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
5151
* entry as a normal input stream using read().
5252
*
5353
* @NotThreadSafe

0 commit comments

Comments
 (0)