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 c6fadf38a661bc1639927c65ce679910bdc42ead
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 08:49:56 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/compress/archivers/tar/TarConstants.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
index 34055afc..0655a683 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
@@ -278,7 +278,7 @@ public interface TarConstants {
     byte LF_CONTIG = (byte) '7';
 
     /**
-     * Identifies the *next* file on the tape as having a long linkname.
+     * Identifies the *next* file on the tape as having a long link name.
      */
     byte LF_GNUTYPE_LONGLINK = (byte) 'K';
 

Reply via email to