Author: ggregory
Date: Wed Dec 19 16:52:03 2012
New Revision: 1423942
URL: http://svn.apache.org/viewvc?rev=1423942&view=rev
Log:
Fix comment typo.
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/BaseConfiguration.java
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/BaseConfiguration.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/BaseConfiguration.java?rev=1423942&r1=1423941&r2=1423942&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/BaseConfiguration.java
(original)
+++
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/BaseConfiguration.java
Wed Dec 19 16:52:03 2012
@@ -482,7 +482,7 @@ public class BaseConfiguration extends A
/*
* Retrieve a static public 'method to create the desired object. Every
parameter
* will be annotated to identify the appropriate attribute or element to
use to
- * set the value of the paraemter.
+ * set the value of the parameter.
* Parameters annotated with PluginAttr will always be set as Strings.
* Parameters annotated with PluginElement may be Objects or arrays.
Collections
* and Maps are currently not supported, although the factory method that
is called