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 1db41c9ad Typo 1db41c9ad is described below commit 1db41c9adc44781ec65700e30fe9e966ab678b3e Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Jan 29 11:59:11 2024 -0500 Typo --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5b5f2dcab..aaef21c45 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -103,7 +103,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold, Gary Gregory">Clarify and correct EndianUtils and SwappedDataInputStream API doc #566.</action> <action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Add characterization test for copying a symlinked directory #570.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">RandomAccessFileInputStream.builder().get() now throws ISE instead of NPE.</action> - <action dev="ggregory" type="fix" issue="IO-845" due-to=" Elliotte Rusty Harold">Test links to targets outside the source directory #571.</action> + <action dev="ggregory" type="fix" issue="IO-845" due-to="Elliotte Rusty Harold">Test links to targets outside the source directory #571.</action> <!-- Add --> <action dev="ggregory" type="add" due-to="Gary Gregory">Add and use PathUtils.getFileName(Path, Function<Path, R>).</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>