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-io.git
The following commit(s) were added to refs/heads/master by this push:
new f71d338b Fix spelling
f71d338b is described below
commit f71d338bf9e4e564f1fcb655252c94623c592e0e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 18 09:31:11 2023 -0500
Fix spelling
---
RELEASE-NOTES.txt | 2 +-
src/changes/changes.xml | 2 +-
src/changes/release-notes.vm | 2 +-
src/site/xdoc/upgradeto2_6.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ee42df6a..5337bf2a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -421,7 +421,7 @@ o IO-442: Javadoc contradictory for
FileFilterUtils.ageFileFilter(cutoff) and
o IO-534: FileUtilTestCase.testForceDeleteDir() should not delete testDirectory
parent.
o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
-o IO-483: getPrefixLength return -1 if unix file contains colon.
+o IO-483: getPrefixLength return -1 if Unix file contains colon.
Thanks to Marko Vasic.
o IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows.
o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 130b3bc5..848dfc00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -1208,7 +1208,7 @@ The <action> type attribute can be add,update,fix,remove.
fix Tailer.run race condition runaway logging
</action>
<action issue="IO-483" dev="kinow" type="fix" due-to="Marko Vasic">
- getPrefixLength return -1 if unix file contains colon
+ getPrefixLength return -1 if Unix file contains colon
</action>
<action issue="IO-520" dev="pschumacher" type="fix">
FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 792fa2cc..49e8deae 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -451,7 +451,7 @@ o IO-442: Javadoc contradictory for
FileFilterUtils.ageFileFilter(cutoff) and
o IO-534: FileUtilTestCase.testForceDeleteDir() should not delete testDirectory
parent.
o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
-o IO-483: getPrefixLength return -1 if unix file contains colon.
+o IO-483: getPrefixLength return -1 if Unix file contains colon.
Thanks to Marko Vasic.
o IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows.
o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.
diff --git a/src/site/xdoc/upgradeto2_6.xml b/src/site/xdoc/upgradeto2_6.xml
index 3fdf217e..d8c7f8bf 100644
--- a/src/site/xdoc/upgradeto2_6.xml
+++ b/src/site/xdoc/upgradeto2_6.xml
@@ -91,7 +91,7 @@ limitations under the License.
o IO-534: FileUtilTestCase.testForceDeleteDir() should not
delete testDirectory
parent.
o IO-528: Fix Tailer.run race condition runaway logging.
Thanks to Dave Moten.
- o IO-483: getPrefixLength return -1 if unix file contains
colon.
+ o IO-483: getPrefixLength return -1 if Unix file contains
colon.
Thanks to Marko Vasic.
o IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL
fails on Windows.
o IO-516: .gitattributes not correctly applied. Thanks to
Jason Pyeron.