Skip to content

Commit f71d338

Browse files
committed
Fix spelling
1 parent 8eae25b commit f71d338

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ o IO-442: Javadoc contradictory for FileFilterUtils.ageFileFilter(cutoff) and
421421
o IO-534: FileUtilTestCase.testForceDeleteDir() should not delete testDirectory
422422
parent.
423423
o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
424-
o IO-483: getPrefixLength return -1 if unix file contains colon.
424+
o IO-483: getPrefixLength return -1 if Unix file contains colon.
425425
Thanks to Marko Vasic.
426426
o IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows.
427427
o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ The <action> type attribute can be add,update,fix,remove.
12081208
fix Tailer.run race condition runaway logging
12091209
</action>
12101210
<action issue="IO-483" dev="kinow" type="fix" due-to="Marko Vasic">
1211-
getPrefixLength return -1 if unix file contains colon
1211+
getPrefixLength return -1 if Unix file contains colon
12121212
</action>
12131213
<action issue="IO-520" dev="pschumacher" type="fix">
12141214
FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows

src/changes/release-notes.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ o IO-442: Javadoc contradictory for FileFilterUtils.ageFileFilter(cutoff) and
451451
o IO-534: FileUtilTestCase.testForceDeleteDir() should not delete testDirectory
452452
parent.
453453
o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
454-
o IO-483: getPrefixLength return -1 if unix file contains colon.
454+
o IO-483: getPrefixLength return -1 if Unix file contains colon.
455455
Thanks to Marko Vasic.
456456
o IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows.
457457
o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.

src/site/xdoc/upgradeto2_6.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ limitations under the License.
9191
o IO-534: FileUtilTestCase.testForceDeleteDir() should not delete testDirectory
9292
parent.
9393
o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
94-
o IO-483: getPrefixLength return -1 if unix file contains colon.
94+
o IO-483: getPrefixLength return -1 if Unix file contains colon.
9595
Thanks to Marko Vasic.
9696
o IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows.
9797
o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.

0 commit comments

Comments
 (0)