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 fd5dbbc Fix typo in aws-cw doc new 7d58f78 Merge pull request #3119 from rrhartjr/master fd5dbbc is described below commit fd5dbbca33d271978b3f076235ed26717076bf56 Author: Ralph Hart <rrhar...@gmail.com> AuthorDate: Thu Aug 22 12:06:16 2019 -0400 Fix typo in aws-cw doc --- components/camel-aws-cw/src/main/docs/aws-cw-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws-cw/src/main/docs/aws-cw-component.adoc b/components/camel-aws-cw/src/main/docs/aws-cw-component.adoc index 826a590..1895869 100644 --- a/components/camel-aws-cw/src/main/docs/aws-cw-component.adoc +++ b/components/camel-aws-cw/src/main/docs/aws-cw-component.adoc @@ -172,7 +172,7 @@ URI: [source,java] ------------------------------------------------- from("direct:start") -.to("aws-cw://namepsace?amazonCwClient=#client"); +.to("aws-cw://namespace?amazonCwClient=#client"); ------------------------------------------------- The `#client` refers to a `AmazonCloudWatch` in the