fix copy and paste error in cm-sms component description

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/81163bb4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/81163bb4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/81163bb4

Branch: refs/heads/master
Commit: 81163bb4bb9ab53f61852885904eea3cd6508345
Parents: 8df7d64
Author: Pascal Schumacher <[email protected]>
Authored: Fri Sep 8 19:27:25 2017 +0200
Committer: Claus Ibsen <[email protected]>
Committed: Sat Sep 9 09:30:43 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/cm/CMEndpoint.java    | 2 +-
 components/readme.adoc                                             | 2 +-
 .../camel/component/cm/springboot/CMComponentConfiguration.java    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/81163bb4/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMEndpoint.java
 
b/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMEndpoint.java
index bffc82f..74cc7b4 100644
--- 
a/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMEndpoint.java
+++ 
b/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMEndpoint.java
@@ -29,7 +29,7 @@ import org.apache.camel.spi.UriPath;
 import org.apache.camel.util.ObjectHelper;
 
 /**
- * The influxdb component allows to integrate with <a 
href="https://www.cmtelecom.com/";>CM SMS Gateway</a>.
+ * The cm-sms component allows to integrate with <a 
href="https://www.cmtelecom.com/";>CM SMS Gateway</a>.
  */
 @UriEndpoint(firstVersion = "2.18.0", scheme = "cm-sms", title = "CM SMS 
Gateway", syntax = "cm-sms:host", label = "mobile", producerOnly = true)
 public class CMEndpoint extends DefaultEndpoint {

http://git-wip-us.apache.org/repos/asf/camel/blob/81163bb4/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index aaf8f51..6baf3b8 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -150,7 +150,7 @@ Number of Components: 280 in 192 JAR artifacts (17 
deprecated)
 `class:beanName` | 2.4 | The Class Component is for invoking Java Classes 
(Java beans) from Camel.
 
 | link:camel-cm-sms/src/main/docs/cm-sms-component.adoc[CM SMS Gateway] 
(camel-cm-sms) +
-`cm-sms:host` | 2.18 | The influxdb component allows to integrate with CM SMS 
Gateway.
+`cm-sms:host` | 2.18 | The cm-sms component allows to integrate with CM SMS 
Gateway.
 
 | link:camel-cmis/src/main/docs/cmis-component.adoc[CMIS] (camel-cmis) +
 `cmis:cmsUrl` | 2.11 | The cmis component uses the Apache Chemistry client API 
and allows you to add/read nodes to/from a CMIS compliant content repositories.

http://git-wip-us.apache.org/repos/asf/camel/blob/81163bb4/platforms/spring-boot/components-starter/camel-cm-sms-starter/src/main/java/org/apache/camel/component/cm/springboot/CMComponentConfiguration.java
----------------------------------------------------------------------
diff --git 
a/platforms/spring-boot/components-starter/camel-cm-sms-starter/src/main/java/org/apache/camel/component/cm/springboot/CMComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-cm-sms-starter/src/main/java/org/apache/camel/component/cm/springboot/CMComponentConfiguration.java
index d2a3611..d2fe8ad 100644
--- 
a/platforms/spring-boot/components-starter/camel-cm-sms-starter/src/main/java/org/apache/camel/component/cm/springboot/CMComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-cm-sms-starter/src/main/java/org/apache/camel/component/cm/springboot/CMComponentConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The influxdb component allows to integrate with CM SMS Gateway.
+ * The cm-sms component allows to integrate with CM SMS Gateway.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

Reply via email to