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 4f98fbe02be243d623c3e98b00f01c3b0b6d9bb1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 17 08:38:05 2023 -0400 Javadoc: Upper case acronym --- src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java index 07259f6f..4453f2ec 100644 --- a/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java +++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java @@ -936,7 +936,7 @@ public class TarUtils { * Wikipedia <a href="https://en.wikipedia.org/wiki/Tar_(computing)#File_header">says</a>: * <blockquote> * The checksum is calculated by taking the sum of the unsigned byte values - * of the header block with the eight checksum bytes taken to be ascii + * of the header block with the eight checksum bytes taken to be ASCII * spaces (decimal value 32). It is stored as a six digit octal number with * leading zeroes followed by a NUL and then a space. Various * implementations do not adhere to this format. For better compatibility,