You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/02/22 21:07:52 UTC

[logging-log4j2] branch master updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 418d7da  Fix typo
418d7da is described below

commit 418d7da7a60932b3c4e6ae5cc19ea2729b4ce324
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Feb 22 14:07:40 2020 -0700

    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 727560e..f350291 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,7 +167,7 @@
     </release>
     <release version="2.13.1" date="2019-MM-DD" description="GA Release 2.13.1">
       <action issue="LOG4J2-2039" dev="rgoers" type="fix">
-        RolloverFails then file matches pattern but index is too large.
+        RolloverFails when file matches pattern but index is too large.
       </action>
       <action issue="LOG4J2-2784" dev="rgoers" type="fix">
         Counter stuck at 10 and overwriting files when leading zeros used in the file pattern count.