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 2014/09/08 01:05:43 UTC

git commit: Fix typo.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 8004a16e7 -> 9d71f9e5a


Fix typo.


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

Branch: refs/heads/master
Commit: 9d71f9e5a94e2a659936c0498d4d1672ea11266a
Parents: 8004a16
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Sep 7 18:04:25 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Sep 7 18:04:25 2014 -0500

----------------------------------------------------------------------
 src/site/xdoc/manual/configuration.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9d71f9e5/src/site/xdoc/manual/configuration.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm
index 447e3c0..54e32c5 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -1349,7 +1349,7 @@ StatusConsoleListener listener = new StatusConsoleListener(Level.ERROR);
   </tr>
   <tr>
     <!-- deliberately inserted spaces to allow line break -->
-    <td>org.apache.logging.logj..simplelog .logFile</td>
+    <td>org.apache.logging.logj.simplelog .logFile</td>
     <td>system.err</td>
     <td>"system.err" (case-insensitive) logs to System.err,
     "system.out" (case-insensitive) logs to System.out,