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

onders 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 c71546c  Typo fix
c71546c is described below

commit c71546c29478efbd38f8b3e19a8d0e51622c7034
Author: elbaz michael <michaelel...@outlook.fr>
AuthorDate: Sun Oct 28 11:14:58 2018 +0100

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

diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc 
b/components/camel-amqp/src/main/docs/amqp-component.adoc
index 600f044..fbe5459 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -414,7 +414,7 @@ AMQPConnectionDetails amqpConnection() {
  
 @Bean
 AMQPConnectionDetails securedAmqpConnection() {
-  return new AMQPConnectionDetails("amqp://lcoalhost:5672", "username", 
"password"); 
+  return new AMQPConnectionDetails("amqp://localhost:5672", "username", 
"password"); 
 }
 ----
 

Reply via email to