You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2011/11/06 01:00:21 UTC

svn commit: r1198111 - /commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/ReloadingClassLoader.java

Author: ebourg
Date: Sun Nov  6 00:00:20 2011
New Revision: 1198111

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

Modified:
    commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/ReloadingClassLoader.java

Modified: commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/ReloadingClassLoader.java
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/ReloadingClassLoader.java?rev=1198111&r1=1198110&r2=1198111&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/ReloadingClassLoader.java (original)
+++ commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/ReloadingClassLoader.java Sun Nov  6 00:00:20 2011
@@ -29,8 +29,8 @@ import org.apache.commons.logging.LogFac
 /**
  * The ReloadingClassLoader uses a delegation mechansim to allow
  * classes to be reloaded. That means that loadClass calls may
- * return different results if the class was change in the underlying
- * ResoruceStore.
+ * return different results if the class was changed in the underlying
+ * ResourceStore.
  * 
  * @author tcurdt
  */