Repository: camel
Updated Branches:
  refs/heads/master 339526303 -> 1c60448ec


Update camel-context.xml

fixed typo

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

Branch: refs/heads/master
Commit: 1c60448eca4e6d56dbcd5c5feb4117c32a01fdcd
Parents: 3395263
Author: Jeffrey Knight <jeffrey.kni...@gmail.com>
Authored: Tue Apr 4 21:48:05 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Apr 5 10:15:46 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/META-INF/spring/camel-context.xml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1c60448e/examples/camel-example-jdbc/src/main/resources/META-INF/spring/camel-context.xml
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-jdbc/src/main/resources/META-INF/spring/camel-context.xml
 
b/examples/camel-example-jdbc/src/main/resources/META-INF/spring/camel-context.xml
index 8df565c..e667152 100644
--- 
a/examples/camel-example-jdbc/src/main/resources/META-INF/spring/camel-context.xml
+++ 
b/examples/camel-example-jdbc/src/main/resources/META-INF/spring/camel-context.xml
@@ -25,7 +25,7 @@
                http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd";>
 
   <!--
-  Embedded in-memeory database setup.
+  Embedded in-memory database setup.
   -->
   <jdbc:embedded-database id="dataSource" type="DERBY">
     <jdbc:script location="classpath:create-derby.sql"/>

Reply via email to