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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1460c3e97afd6af6d095cde8285c80654541fb30
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 19:20:49 2024 +0100

    CAMEL-20410: documentation fixes for camel-stomp
    
    - Fixed grammar and typos on the component description
---
 .../generated/resources/org/apache/camel/catalog/components/stomp.json  | 2 +-
 .../src/generated/resources/org/apache/camel/component/stomp/stomp.json | 2 +-
 components/camel-stomp/src/main/docs/stomp-component.adoc               | 2 +-
 .../src/main/java/org/apache/camel/component/stomp/StompEndpoint.java   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stomp.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stomp.json
index 8c08a043c1f..857a6568b18 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stomp.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stomp.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "stomp",
     "title": "Stomp",
-    "description": "Send and rececive messages to\/from STOMP (Simple Text 
Oriented Messaging Protocol) compliant message brokers.",
+    "description": "Send and receive messages to\/from STOMP (Simple Text 
Oriented Messaging Protocol) compliant message brokers.",
     "deprecated": false,
     "firstVersion": "2.12.0",
     "label": "messaging",
diff --git 
a/components/camel-stomp/src/generated/resources/org/apache/camel/component/stomp/stomp.json
 
b/components/camel-stomp/src/generated/resources/org/apache/camel/component/stomp/stomp.json
index 8c08a043c1f..857a6568b18 100644
--- 
a/components/camel-stomp/src/generated/resources/org/apache/camel/component/stomp/stomp.json
+++ 
b/components/camel-stomp/src/generated/resources/org/apache/camel/component/stomp/stomp.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "stomp",
     "title": "Stomp",
-    "description": "Send and rececive messages to\/from STOMP (Simple Text 
Oriented Messaging Protocol) compliant message brokers.",
+    "description": "Send and receive messages to\/from STOMP (Simple Text 
Oriented Messaging Protocol) compliant message brokers.",
     "deprecated": false,
     "firstVersion": "2.12.0",
     "label": "messaging",
diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc 
b/components/camel-stomp/src/main/docs/stomp-component.adoc
index c25563136b3..5b75377159e 100644
--- a/components/camel-stomp/src/main/docs/stomp-component.adoc
+++ b/components/camel-stomp/src/main/docs/stomp-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Stomp
 :shortname: stomp
 :artifactid: camel-stomp
-:description: Send and rececive messages to/from STOMP (Simple Text Oriented 
Messaging Protocol) compliant message brokers.
+:description: Send and receive messages to/from STOMP (Simple Text Oriented 
Messaging Protocol) compliant message brokers.
 :since: 2.12
 :supportlevel: Stable
 :tabs-sync-option:
diff --git 
a/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompEndpoint.java
 
b/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompEndpoint.java
index 73800630118..411e1a790e5 100644
--- 
a/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompEndpoint.java
+++ 
b/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompEndpoint.java
@@ -55,7 +55,7 @@ import static org.fusesource.stomp.client.Constants.SUBSCRIBE;
 import static org.fusesource.stomp.client.Constants.UNSUBSCRIBE;
 
 /**
- * Send and rececive messages to/from STOMP (Simple Text Oriented Messaging 
Protocol) compliant message brokers.
+ * Send and receive messages to/from STOMP (Simple Text Oriented Messaging 
Protocol) compliant message brokers.
  */
 @UriEndpoint(firstVersion = "2.12.0", scheme = "stomp", title = "Stomp", 
syntax = "stomp:destination",
              category = { Category.MESSAGING })

Reply via email to