Repository: logging-log4j2 Updated Branches: refs/heads/master 9f1928af3 -> 46dc92deb
-lilter (Parameter Name) +filter Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/46dc92de Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/46dc92de Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/46dc92de Branch: refs/heads/master Commit: 46dc92deb9cfeaebdef83f5179190409b4eaddae Parents: 9f1928a Author: ggregory <[email protected]> Authored: Mon Sep 21 14:19:58 2015 -0700 Committer: ggregory <[email protected]> Committed: Mon Sep 21 14:19:58 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/46dc92de/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 58495a0..8127673 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -1241,7 +1241,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <td>The Kafka topic to use. Required.</td> </tr> <tr> - <td>lilter</td> + <td>filter</td> <td>Filter</td> <td>A Filter to determine if the event should be handled by this Appender. More than one Filter may be used by using a CompositeFilter.</td>
