Author: davsclaus
Date: Thu Jan 21 07:04:41 2010
New Revision: 901572

URL: http://svn.apache.org/viewvc?rev=901572&view=rev
Log:
Fixed spelling

Modified:
    
camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java?rev=901572&r1=901571&r2=901572&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java
 (original)
+++ 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java
 Thu Jan 21 07:04:41 2010
@@ -221,7 +221,7 @@
         MethodInfo existingMethodInfo = overridesExistingMethod(methodInfo);
         if (existingMethodInfo != null) {
             if (LOG.isTraceEnabled()) {
-                LOG.trace("This method is already overriden in a subclass, so 
the method from the sub class is preferred: " + existingMethodInfo);
+                LOG.trace("This method is already overridden in a subclass, so 
the method from the sub class is preferred: " + existingMethodInfo);
             }
 
             return existingMethodInfo;


Reply via email to