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 2021/12/07 03:16:33 UTC

[commons-io] 01/02: Typos.

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

commit 7eae9a2344ee57a8c1954f9efd3b68d20dbcaa9e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 6 10:27:57 2021 -0500

    Typos.
---
 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 be39281..c51ac51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
         FileWriterWithEncoding for an existing file no longer truncates the file. #251.
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
-        A null charset or charset name in FileWriterWithEncoding constructors uses the default Charset.
+        A null Charset or Charset name in FileWriterWithEncoding constructors uses the default Charset.
       </action>
       <action dev="ggregory" type="fix" due-to="Davide Angelocola">
         Fix usage of assertNotNull #269.