You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/31 09:04:37 UTC

[camel] 02/02: Typo

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c9036a22916622fa443353fd7a27f106ac39bdfc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jan 31 10:03:52 2021 +0100

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

diff --git a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SimpleCamelContext.java b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SimpleCamelContext.java
index ea696b9..4c0918e 100644
--- a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SimpleCamelContext.java
+++ b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SimpleCamelContext.java
@@ -239,7 +239,7 @@ public class SimpleCamelContext extends AbstractCamelContext {
             return result.get();
         } else {
             throw new IllegalArgumentException(
-                    "Cannot find InternalProcessorFactory on classpath. Add ccamel-core-processor to classpath.");
+                    "Cannot find InternalProcessorFactory on classpath. Add camel-core-processor to classpath.");
         }
     }