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/04/19 11:36:22 UTC

[camel-examples] branch master updated: 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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new d829bc7  Typo
d829bc7 is described below

commit d829bc73728be4ba8fc8de7e1951b5276eb639a6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 19 13:35:09 2021 +0200

    Typo
---
 .../kamelet/src/main/java/org/apache/camel/example/MyApplication.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/kamelet/src/main/java/org/apache/camel/example/MyApplication.java b/examples/kamelet/src/main/java/org/apache/camel/example/MyApplication.java
index f5c47d0..e2799a0 100644
--- a/examples/kamelet/src/main/java/org/apache/camel/example/MyApplication.java
+++ b/examples/kamelet/src/main/java/org/apache/camel/example/MyApplication.java
@@ -31,7 +31,7 @@ public final class MyApplication {
         Main main = new Main();
         // and add route templates via routes builder
         main.configure().addRoutesBuilder(MyRouteTemplates.class);
-        // and ass routes that will consume templates through kamelets
+        // and add routes that will consume templates through kamelets
         main.configure().addRoutesBuilder(MyRoutes.class);
 
         // now keep the application running until the JVM is terminated (ctrl + c or sigterm)