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 e5f8b24 Fix typo. e5f8b24 is described below commit e5f8b247df546612d498381ceaccaca92dc0aebd Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Oct 13 15:24:21 2020 -0400 Fix 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 23680ea..ae7a449 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,7 +58,7 @@ The <action> type attribute can be add,update,fix,remove. Make `FilenameUtils.equals()` not throw an exception #154. </action> <action dev="ggregory" type="fix" due-to="Jan Peter Stotz, Bernd Eckenfels, Gary Gregory"> - Un-derpecate IOUtils.closeQuietly() methods. + Un-deprecate IOUtils.closeQuietly() methods. </action> <action dev="ggregory" type="fix" due-to="Michiel Kalkman"> FileUtils#copyDirectory(File, File, FileFilter, preserveFileDate) clean up #163.