You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2007/10/27 17:41:13 UTC

svn commit: r589138 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java

Author: oheger
Date: Sat Oct 27 08:41:13 2007
New Revision: 589138

URL: http://svn.apache.org/viewvc?rev=589138&view=rev
Log:
Javadoc only: spelling fixes

Modified:
    commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java?rev=589138&r1=589137&r2=589138&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractConfiguration.java Sat Oct 27 08:41:13 2007
@@ -44,7 +44,7 @@
  * store any data.</p>
  * <p>If you want to write your own Configuration class then you should
  * implement only abstract methods from this class. A lot of functionality
- * needed by typical implementations of the <code>Configuration</conde>
+ * needed by typical implementations of the <code>Configuration</code>
  * interface is already provided by this base class. Following is a list of
  * features implemented here:
  * <ul><li>Data conversion support. The various data types required by the
@@ -56,7 +56,7 @@
  * corresponding values.</li>
  * <li>Support for string lists. The values of properties to be added to this
  * configuration are checked whether they contain a list delimiter character. If
- * this is the case and if list splitting is enabled, the string is splitted and
+ * this is the case and if list splitting is enabled, the string is split and
  * multiple values are added for this property. (With the
  * <code>setListDelimiter()</code> method the delimiter character can be
  * specified; per default a comma is used. The