Updated Branches:
  refs/heads/master f5302d3ef -> 650747fc9

Fixed spelling


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b4ac8cee
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b4ac8cee
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b4ac8cee

Branch: refs/heads/master
Commit: b4ac8ceed6195589917e2c2fde4e485a5e7c04ac
Parents: f5302d3
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Nov 19 12:58:42 2013 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Nov 19 12:58:42 2013 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/management/mbean/ManagedRoute.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b4ac8cee/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java 
b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
index b58b49c..b1cc984 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
@@ -236,7 +236,7 @@ public class ManagedRoute extends ManagedPerformanceCounter 
implements TimerList
 
     public String dumpRouteStatsAsXml(boolean fullStats, boolean 
includeProcessors) throws Exception {
         // in this logic we need to calculate the accumulated processing time 
for the processor in the route
-        // and hence why the logic is a bit more complicated to do this, as we 
need to caculate that from
+        // and hence why the logic is a bit more complicated to do this, as we 
need to calculate that from
         // the bottom -> top of the route but this information is valuable for 
profiling routes
         StringBuilder sb = new StringBuilder();
 

Reply via email to