You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/04/27 20:30:01 UTC

logging-log4j2 git commit: Fix typos in appenders manual

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 61bfad23e -> 4d5c16203


Fix typos in appenders manual


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4d5c1620
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4d5c1620
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4d5c1620

Branch: refs/heads/master
Commit: 4d5c162032f74ec3e6d4495a1ed3344e6a3f85b8
Parents: 61bfad2
Author: Matt Sicker <bo...@gmail.com>
Authored: Wed Apr 27 13:29:57 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Wed Apr 27 13:29:57 2016 -0500

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4d5c1620/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 9dcb0c2..7290037 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -2232,7 +2232,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
             <h5>TimeBased Triggering Policy</h5>
               <p>
                 The <code>TimeBasedTriggeringPolicy</code> causes a rollover once the date/time pattern no longer
-                applies to the active file. This policy accepts an <code>increment</code> attribute which indicates how
+                applies to the active file. This policy accepts an <code>interval</code> attribute which indicates how
                 frequently the rollover should occur based on the time pattern and a <code>modulate</code> boolean
                 attribute.
               </p>
@@ -2256,7 +2256,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
                     <td>boolean</td>
                     <td>Indicates whether the interval should be adjusted to cause the next rollover to occur on
                       the interval boundary. For example, if the item is hours, the current hour is 3 am and the
-                      interval is 4 then then the first rollover will occur at 4 am and then next ones will occur at
+                      interval is 4 then the first rollover will occur at 4 am and then next ones will occur at
                       8 am, noon, 4pm, etc.</td>
                   </tr>
                 </table>