This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 f8ed265e5 Normalize spelling
f8ed265e5 is described below
commit f8ed265e5666b6b162ae09b53b42d591085e0cb0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:03:15 2026 -0400
Normalize spelling
---
RELEASE-NOTES.txt | 4 ++--
src/changes/changes.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 39e8d367c..232a8e577 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -2391,7 +2391,7 @@ Changes
* ZipFile now implements finalize which closes the underlying
file.
-* COMPRESS-117: Certain tar files not recognised by
+* COMPRESS-117: Certain tar files not recognized by
ArchiveStreamFactory.
-----------------------------------------------------------------------------
@@ -2441,7 +2441,7 @@ Fixed Bugs
* COMPRESS-72: Move acknowledgements from NOTICE to README
* COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing
space/NUL when parsing the octal size
* COMPRESS-118: TarUtils.parseName does not properly handle characters
outside the range 0-127
-* COMPRESS-107: ArchiveStreamFactory does not recognise tar files created by
Ant
+* COMPRESS-107: ArchiveStreamFactory does not recognize tar files created by
Ant
* COMPRESS-110: Support "ustar" prefix field, which is used when file paths
are longer
than 100 characters.
* COMPRESS-100: ZipArchiveInputStream will throw an exception if it detects an
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e7db9a08a..bcbbe69ed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -2523,7 +2523,7 @@ This also changes the superclass of
ZCompressorInputStream.
file.
</action>
<action issue="COMPRESS-117" type="update" date="2011-03-23">
- Certain tar files not recognised by ArchiveStreamFactory.
+ Certain tar files not recognized by ArchiveStreamFactory.
</action>
<action issue="COMPRESS-125" type="fix" date="2011-03-23">
BZip2CompressorInputStream throws IOException if underlying stream
returns available() == 0.
@@ -2565,7 +2565,7 @@ This also changes the superclass of
ZCompressorInputStream.
Note: does not support global pax headers
</action>
<action issue="COMPRESS-107" type="fix" date="2010-05-10">
- ArchiveStreamFactory does not recognise tar files created by Ant
+ ArchiveStreamFactory does not recognize tar files created by Ant
</action>
<action issue="COMPRESS-110" type="fix" date="2010-05-09">
Support "ustar" prefix field, which is used when file paths are longer