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
The following commit(s) were added to refs/heads/master by this push:
new 4463308d4 Javadoc
4463308d4 is described below
commit 4463308d4d8672ec5e99ffb2dfb3ab61679bb75d
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Feb 27 08:10:59 2025 -0500
Javadoc
---
.../java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
index d43afb520..38669a65c 100644
---
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
+++
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
@@ -1150,7 +1150,7 @@ public boolean isCheckSumOK() {
/**
* Tests whether the given entry is a descendant of this entry.
Descendancy is determined by the name of the descendant starting with this
entry's name.
*
- * @param desc Entry to be checked as a descendent of this.
+ * @param desc Entry to be checked as a descendant of this.
* @return True if entry is a descendant of this.
*/
public boolean isDescendent(final TarArchiveEntry desc) {