Skip to content

Commit a6752f6

Browse files
committed
Fix acronym case
1 parent df69d92 commit a6752f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.Objects;
2222

2323
/**
24-
* A {@code struct sparse} in a <a href="https://www.gnu.org/software/tar/manual/html_node/Standard.html">Tar archive</a>.
24+
* A {@code struct sparse} in a <a href="https://www.gnu.org/software/tar/manual/html_node/Standard.html">TAR archive</a>.
2525
* <p>
2626
* Whereas, "struct sparse" is:
2727
* </p>

0 commit comments

Comments
 (0)