Repository: logging-log4j2
Updated Branches:
  refs/heads/master 531031345 -> e725aa84c


documentation: small fixes related to script documentation

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

Branch: refs/heads/master
Commit: e725aa84ce9c0a79e74a56d1769f47085caa191c
Parents: 5310313
Author: rpopma <[email protected]>
Authored: Sat Dec 5 20:08:46 2015 +0900
Committer: rpopma <[email protected]>
Committed: Sat Dec 5 20:08:46 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e725aa84/src/site/xdoc/manual/filters.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/filters.xml b/src/site/xdoc/manual/filters.xml
index 15db5f0..df2942e 100644
--- a/src/site/xdoc/manual/filters.xml
+++ b/src/site/xdoc/manual/filters.xml
@@ -475,7 +475,7 @@
             </tr>
             <tr>
               <td>script</td>
-              <td>Scriptm, ScriptFile or ScriptRef</td>
+              <td>Script, ScriptFile or ScriptRef</td>
               <td>The Script element that specifies the logic to be executed.
               </td>
             </tr>
@@ -555,7 +555,7 @@
 <Configuration status="ERROR">
   <Scripts>
     <ScriptFile name="filter.js" language="JavaScript" 
path="src/test/resources/scripts/filter.js" charset="UTF-8" />
-    <ScriptFile name="filter.groovy" 
path="src/test/resources/scripts/filter.groovy" charset="UTF-8" />
+    <ScriptFile name="filter.groovy" language="groovy" 
path="src/test/resources/scripts/filter.groovy" charset="UTF-8" />
   </Scripts>
   <Appenders>
     <List name="List">

Reply via email to