You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/22 03:20:37 UTC

[commons-io] branch master updated: Fix typo.

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 63fec37  Fix typo.
63fec37 is described below

commit 63fec37fe55f917bd72899808dd0dea5f3e81f62
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 21 22:20:33 2019 -0500

    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 d612be5..9f2d788 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,7 +167,7 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <action issue="IO-640" dev="ggregory" type="fix" due-to="Gary Gregory">
         NPE in org.apache.commons.io.IOUtils.contentEquals(InputStream, InputStream) when only one input is null.
-      </action>"src/changes/changes.xml"
+      </action>
       <action issue="IO-641" dev="ggregory" type="fix" due-to="Gary Gregory">
         NPE in org.apache.commons.io.IOUtils.contentEquals(Reader, Reader) when only one input is null.
       </action>