You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2016/04/15 17:06:28 UTC

camel git commit: Minor typo

Repository: camel
Updated Branches:
  refs/heads/master c4fe15f91 -> 6eda29cb0


Minor typo


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

Branch: refs/heads/master
Commit: 6eda29cb08e85fdf8844bd5432d44500ef9a04b8
Parents: c4fe15f
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Apr 15 16:06:04 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Apr 15 16:06:24 2016 +0100

----------------------------------------------------------------------
 .../resources/org/apache/camel/component/jdbc/camelContext.xml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6eda29cb/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml b/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml
index 01cfc58..dd5a2df 100644
--- a/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml
+++ b/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml
@@ -37,9 +37,9 @@
     </route>
   </camelContext>
   
-  <!-- Just add a demo to show how to bind a date source for camel in Spring-->
+  <!-- Just add a demo to show how to bind a data source for camel in Spring-->
   <jdbc:embedded-database id="testdb" type="DERBY">
   	<jdbc:script location="classpath:sql/init.sql"/>
   </jdbc:embedded-database>
   <!-- END SNIPPET: example -->
-</beans>
\ No newline at end of file
+</beans>