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 60a059a6fa4ba3454f6545051cf995caa8278c5a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 14 10:05:51 2023 -0500 Javadoc: Fix spelling --- .../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 13ab998a6..4aecfac1c 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 @@ -1169,7 +1169,7 @@ public class TarArchiveEntry implements ArchiveEntry, TarConstants, EntryStreamO } /** - * Hashcodes are based on entry names. + * Hash codes are based on entry names. * * @return the entry hash code */