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 32540a97c Uppercase acronym in comment
new 6dbf1caa8 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-compress.git
32540a97c is described below
commit 32540a97c7629dacf448471d97ddb25da4751f9e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 23 17:52:29 2024 -0400
Uppercase acronym in comment
---
.../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 07a91274a..625653281 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
@@ -40,7 +40,7 @@ public interface TarConstants {
int FORMAT_OLDGNU = 2;
/**
- * Pure Posix format.
+ * Pure POSIX format.
*/
int FORMAT_POSIX = 3;