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 6605b734469fc57ffe8329059847c2faaa6c04e7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 08:50:27 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
index d573db98..3c4107dd 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
@@ -417,9 +417,9 @@ public class TarFile implements Closeable {
     }
 
     /**
-     * Get the next entry in this tar archive as longname data.
+     * Get the next entry in this tar archive as long name data.
      *
-     * @return The next entry in the archive as longname data, or null.
+     * @return The next entry in the archive as long name data, or null.
      * @throws IOException on error
      */
     private byte[] getLongNameData() throws IOException {

Reply via email to