Repository: camel
Updated Branches:
  refs/heads/master f44ff09d2 -> d4a164bc1


Fixed typo


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

Branch: refs/heads/master
Commit: bdcfbe0abbc451e9faf71d3c672df0886e238bde
Parents: f44ff09
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Aug 6 09:35:50 2014 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Aug 6 09:35:50 2014 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/impl/ScheduledPollConsumer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/bdcfbe0a/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollConsumer.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollConsumer.java 
b/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollConsumer.java
index 98b9e42..5d080e2 100644
--- a/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollConsumer.java
+++ b/camel-core/src/main/java/org/apache/camel/impl/ScheduledPollConsumer.java
@@ -462,7 +462,7 @@ public abstract class ScheduledPollConsumer extends 
DefaultConsumer implements R
     protected void doStart() throws Exception {
         super.doStart();
 
-        // validate that if backoff multiplier is in use, the threshold values 
is set correclty
+        // validate that if backoff multiplier is in use, the threshold values 
is set correctly
         if (backoffMultiplier > 0) {
             if (backoffIdleThreshold <= 0 && backoffErrorThreshold <= 0) {
                 throw new IllegalArgumentException("backoffIdleThreshold 
and/or backoffErrorThreshold must be configured to a positive value when using 
backoffMultiplier");

Reply via email to