Skip to content

Commit f8ed265

Browse files
committed
Normalize spelling
1 parent 0d071fc commit f8ed265

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ Changes
23912391

23922392
* ZipFile now implements finalize which closes the underlying
23932393
file.
2394-
* COMPRESS-117: Certain tar files not recognised by
2394+
* COMPRESS-117: Certain tar files not recognized by
23952395
ArchiveStreamFactory.
23962396

23972397
-----------------------------------------------------------------------------
@@ -2441,7 +2441,7 @@ Fixed Bugs
24412441
* COMPRESS-72: Move acknowledgements from NOTICE to README
24422442
* COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size
24432443
* COMPRESS-118: TarUtils.parseName does not properly handle characters outside the range 0-127
2444-
* COMPRESS-107: ArchiveStreamFactory does not recognise tar files created by Ant
2444+
* COMPRESS-107: ArchiveStreamFactory does not recognize tar files created by Ant
24452445
* COMPRESS-110: Support "ustar" prefix field, which is used when file paths are longer
24462446
than 100 characters.
24472447
* COMPRESS-100: ZipArchiveInputStream will throw an exception if it detects an

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ This also changes the superclass of ZCompressorInputStream.
25232523
file.
25242524
</action>
25252525
<action issue="COMPRESS-117" type="update" date="2011-03-23">
2526-
Certain tar files not recognised by ArchiveStreamFactory.
2526+
Certain tar files not recognized by ArchiveStreamFactory.
25272527
</action>
25282528
<action issue="COMPRESS-125" type="fix" date="2011-03-23">
25292529
BZip2CompressorInputStream throws IOException if underlying stream returns available() == 0.
@@ -2565,7 +2565,7 @@ This also changes the superclass of ZCompressorInputStream.
25652565
Note: does not support global pax headers
25662566
</action>
25672567
<action issue="COMPRESS-107" type="fix" date="2010-05-10">
2568-
ArchiveStreamFactory does not recognise tar files created by Ant
2568+
ArchiveStreamFactory does not recognize tar files created by Ant
25692569
</action>
25702570
<action issue="COMPRESS-110" type="fix" date="2010-05-09">
25712571
Support "ustar" prefix field, which is used when file paths are longer

0 commit comments

Comments
 (0)