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

jamesnetherton 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 59e2ab3  Fix typo Elastichsearch -> Elasticsearch
59e2ab3 is described below

commit 59e2ab38db8eb3c5a3951567ecc4dc065e71333c
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Apr 29 10:39:36 2020 +0100

    Fix typo Elastichsearch -> Elasticsearch
---
 .../apache/camel/component/elasticsearch/elasticsearch-rest.json  | 2 +-
 .../src/main/docs/elasticsearch-rest-component.adoc               | 8 ++++----
 .../camel/component/elasticsearch/ElasticsearchEndpoint.java      | 2 +-
 .../apache/camel/builder/component/ComponentsBuilderFactory.java  | 2 +-
 .../component/dsl/ElasticsearchRestComponentBuilderFactory.java   | 4 ++--
 core/camel-componentdsl/src/generated/resources/metadata.json     | 2 +-
 .../builder/endpoint/dsl/ElasticsearchEndpointBuilderFactory.java | 8 ++++----
 docs/components/modules/ROOT/nav.adoc                             | 2 +-
 .../modules/ROOT/pages/elasticsearch-rest-component.adoc          | 8 ++++----
 9 files changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
 
b/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
index 3a844c0..78f0866 100644
--- 
a/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
+++ 
b/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
@@ -2,7 +2,7 @@
   "component": {
     "kind": "component",
     "name": "elasticsearch-rest",
-    "title": "Elastichsearch Rest",
+    "title": "Elasticsearch Rest",
     "description": "Send requests to with an ElasticSearch via REST API.",
     "deprecated": false,
     "firstVersion": "2.21.0",
diff --git 
a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
 
b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index 81562cd..f16f13d 100644
--- 
a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ 
b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -1,6 +1,6 @@
 [[elasticsearch-rest-component]]
-= Elastichsearch Rest Component
-:docTitle: Elastichsearch Rest
+= Elasticsearch Rest Component
+:docTitle: Elasticsearch Rest
 :artifactId: camel-elasticsearch-rest
 :description: Send requests to with an ElasticSearch via REST API.
 :since: 2.21
@@ -42,7 +42,7 @@ elasticsearch-rest://clusterName[?options]
 == Endpoint Options
 
 // component options: START
-The Elastichsearch Rest component supports 13 options, which are listed below.
+The Elasticsearch Rest component supports 13 options, which are listed below.
 
 
 
@@ -67,7 +67,7 @@ The Elastichsearch Rest component supports 13 options, which 
are listed below.
 
 
 // endpoint options: START
-The Elastichsearch Rest endpoint is configured using URI syntax:
+The Elasticsearch Rest endpoint is configured using URI syntax:
 
 ----
 elasticsearch-rest:clusterName
diff --git 
a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
 
b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
index ab343fa..2b9dbc1 100644
--- 
a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
+++ 
b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchEndpoint.java
@@ -27,7 +27,7 @@ import org.elasticsearch.client.RestClient;
 /**
  * Send requests to with an ElasticSearch via REST API.
  */
-@UriEndpoint(firstVersion = "2.21.0", scheme = "elasticsearch-rest", title = 
"Elastichsearch Rest",
+@UriEndpoint(firstVersion = "2.21.0", scheme = "elasticsearch-rest", title = 
"Elasticsearch Rest",
     syntax = "elasticsearch-rest:clusterName", producerOnly = true, label = 
"monitoring,search")
 public class ElasticsearchEndpoint extends DefaultEndpoint {
 
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 70d1961..efe3fe7 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -1263,7 +1263,7 @@ public interface ComponentsBuilderFactory {
         return 
org.apache.camel.builder.component.dsl.EhcacheComponentBuilderFactory.ehcache();
     }
     /**
-     * Elastichsearch Rest (camel-elasticsearch-rest)
+     * Elasticsearch Rest (camel-elasticsearch-rest)
      * Send requests to with an ElasticSearch via REST API.
      * 
      * Category: monitoring,search
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ElasticsearchRestComponentBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ElasticsearchRestComponentBuilderFactory.java
index 84c17a4..c367d7d 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ElasticsearchRestComponentBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ElasticsearchRestComponentBuilderFactory.java
@@ -31,7 +31,7 @@ import 
org.apache.camel.component.elasticsearch.ElasticsearchComponent;
 public interface ElasticsearchRestComponentBuilderFactory {
 
     /**
-     * Elastichsearch Rest (camel-elasticsearch-rest)
+     * Elasticsearch Rest (camel-elasticsearch-rest)
      * Send requests to with an ElasticSearch via REST API.
      * 
      * Category: monitoring,search
@@ -43,7 +43,7 @@ public interface ElasticsearchRestComponentBuilderFactory {
     }
 
     /**
-     * Builder for the Elastichsearch Rest component.
+     * Builder for the Elasticsearch Rest component.
      */
     interface ElasticsearchRestComponentBuilder
             extends
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 
b/core/camel-componentdsl/src/generated/resources/metadata.json
index 0818063..a89c488 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -2432,7 +2432,7 @@
   "ElasticsearchRestComponentBuilderFactory": {
     "kind": "component",
     "name": "elasticsearch-rest",
-    "title": "Elastichsearch Rest",
+    "title": "Elasticsearch Rest",
     "description": "Send requests to with an ElasticSearch via REST API.",
     "deprecated": false,
     "deprecationNote": "monitoring,search",
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ElasticsearchEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ElasticsearchEndpointBuilderFactory.java
index 86d7a8f..40e6407 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ElasticsearchEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ElasticsearchEndpointBuilderFactory.java
@@ -31,7 +31,7 @@ public interface ElasticsearchEndpointBuilderFactory {
 
 
     /**
-     * Builder for endpoint for the Elastichsearch Rest component.
+     * Builder for endpoint for the Elasticsearch Rest component.
      */
     public interface ElasticsearchEndpointBuilder
             extends
@@ -463,7 +463,7 @@ public interface ElasticsearchEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint for the Elastichsearch Rest component.
+     * Advanced builder for endpoint for the Elasticsearch Rest component.
      */
     public interface AdvancedElasticsearchEndpointBuilder
             extends
@@ -550,7 +550,7 @@ public interface ElasticsearchEndpointBuilderFactory {
 
     public interface ElasticsearchBuilders {
         /**
-         * Elastichsearch Rest (camel-elasticsearch-rest)
+         * Elasticsearch Rest (camel-elasticsearch-rest)
          * Send requests to with an ElasticSearch via REST API.
          * 
          * Category: monitoring,search
@@ -567,7 +567,7 @@ public interface ElasticsearchEndpointBuilderFactory {
         }
     }
     /**
-     * Elastichsearch Rest (camel-elasticsearch-rest)
+     * Elasticsearch Rest (camel-elasticsearch-rest)
      * Send requests to with an ElasticSearch via REST API.
      * 
      * Category: monitoring,search
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 99799e9..3cd1613 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -107,7 +107,7 @@
 ** xref:drill-component.adoc[Drill]
 ** xref:dropbox-component.adoc[Dropbox]
 ** xref:ehcache-component.adoc[Ehcache]
-** xref:elasticsearch-rest-component.adoc[Elastichsearch Rest]
+** xref:elasticsearch-rest-component.adoc[Elasticsearch Rest]
 ** xref:elsql-component.adoc[ElSQL]
 ** xref:etcd-keys-component.adoc[Etcd Keys]
 ** xref:etcd-stats-component.adoc[Etcd Stats]
diff --git 
a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc 
b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index 6840287..9458e52 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -1,8 +1,8 @@
 [[elasticsearch-rest-component]]
-= Elastichsearch Rest Component
+= Elasticsearch Rest Component
 //THIS FILE IS COPIED: EDIT THE SOURCE FILE:
 :page-source: 
components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
-:docTitle: Elastichsearch Rest
+:docTitle: Elasticsearch Rest
 :artifactId: camel-elasticsearch-rest
 :description: Send requests to with an ElasticSearch via REST API.
 :since: 2.21
@@ -44,7 +44,7 @@ elasticsearch-rest://clusterName[?options]
 == Endpoint Options
 
 // component options: START
-The Elastichsearch Rest component supports 13 options, which are listed below.
+The Elasticsearch Rest component supports 13 options, which are listed below.
 
 
 
@@ -69,7 +69,7 @@ The Elastichsearch Rest component supports 13 options, which 
are listed below.
 
 
 // endpoint options: START
-The Elastichsearch Rest endpoint is configured using URI syntax:
+The Elasticsearch Rest endpoint is configured using URI syntax:
 
 ----
 elasticsearch-rest:clusterName

Reply via email to