You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/19 21:20:27 UTC

[camel] branch master updated: typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c993d9a  typo
     new eb5d456  Merge pull request #2877 from kawakamimanabu/master
c993d9a is described below

commit c993d9a3d80735db25f2444b86a162e47a275b3f
Author: kawakamimanabu <mn...@gmail.com>
AuthorDate: Sat Apr 20 06:01:07 2019 +0900

    typo
---
 components/camel-jdbc/src/main/docs/jdbc-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index 08067f4..b6e54cf 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -150,7 +150,7 @@ header.
 |`CamelJdbcUpdateCount` |If the query is an `UPDATE`, query the update count is returned in this
 OUT header.
 
-|`CamelGeneratedKeysRows` |*Camel 2.10:* Rows that contains the generated kets.
+|`CamelGeneratedKeysRows` |*Camel 2.10:* Rows that contains the generated keys.
 
 |`CamelGeneratedKeysRowCount` |*Camel 2.10:* The number of rows in the header that contains generated
 keys.