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/10/22 17:22:44 UTC

[camel] branch master updated: Update sql-component.adoc

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 5c2beee  Update sql-component.adoc
     new 0aa7cb4  Merge pull request #3274 from daniilkerna/patch-1
5c2beee is described below

commit 5c2beee53d427931ffb2584a06526ddb5c19151d
Author: Daniil Kernazhytski <32...@users.noreply.github.com>
AuthorDate: Tue Oct 22 10:17:32 2019 -0700

    Update sql-component.adoc
    
    Spelling error
---
 components/camel-sql/src/main/docs/sql-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc
index 5081134..28dd4b7 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -319,7 +319,7 @@ header _are_ represented by a `?` instead of a `pass:[#]` symbol
 |===
 
 When performing `insert` operations, the SQL Component stores the rows
-with the generated keys and number of these rown in the following
+with the generated keys and number of these rows in the following
 message headers:
 
 [cols="1,3"]