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 2011/11/27 17:35:35 UTC

svn commit: r1206761 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java

Author: oheger
Date: Sun Nov 27 16:35:34 2011
New Revision: 1206761

URL: http://svn.apache.org/viewvc?rev=1206761&view=rev
Log:
Fixed a typo.

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java?rev=1206761&r1=1206760&r2=1206761&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java Sun Nov 27 16:35:34 2011
@@ -34,7 +34,7 @@ public interface EntityResolverSupport
     EntityResolver getEntityResolver();
 
     /**
-     * Set the EntityResolver to assoicate with this class.
+     * Set the EntityResolver to associate with this class.
      * @param resolver The EntityResolver
      */
     void setEntityResolver(EntityResolver resolver);