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 2020/03/10 09:36:41 UTC

[camel] branch master updated: Update jclouds-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 172873c  Update jclouds-component.adoc
     new 063c39a  Merge pull request #3621 from kawakamimanabu/typo_jclouds
172873c is described below

commit 172873cb4cfc08a9dd73f941e7c10c47781bacf0
Author: ts-manabu.kawakami <ts...@rakuten.com>
AuthorDate: Tue Mar 10 17:22:02 2020 +0900

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

diff --git a/components/camel-jclouds/src/main/docs/jclouds-component.adoc b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
index 9ded391..38a54a0 100644
--- a/components/camel-jclouds/src/main/docs/jclouds-component.adoc
+++ b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
@@ -265,7 +265,7 @@ route.
 
 === Example 2: Getting/Reading from a blob
 
-This example will show you how you can read the contnet of a blob using
+This example will show you how you can read the content of a blob using
 the jclouds component.
 
 [source,java]