aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-01-18 09:31:11 -0500
committerGary Gregory <garydgregory@gmail.com>2023-01-18 09:31:11 -0500
commitf71d338bf9e4e564f1fcb655252c94623c592e0e (patch)
tree0b73a86c2fe11bb0b47ce88e6648b861832079a4 /src
parent8eae25b7495bbd9782850b8453de639176803ddd (diff)
downloadapache-commons-io-f71d338bf9e4e564f1fcb655252c94623c592e0e.tar.gz
Fix spelling
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml2
-rw-r--r--src/changes/release-notes.vm2
-rw-r--r--src/site/xdoc/upgradeto2_6.xml2
3 files changed, 3 insertions, 3 deletions
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.