You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/08 09:41:04 UTC

(camel) branch main updated: Camel-Robotframework: Fixed typo in docs (#12696)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d4c535e5fa7 Camel-Robotframework: Fixed typo in docs (#12696)
d4c535e5fa7 is described below

commit d4c535e5fa7e75947a73088aa2266b22fb5e300a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 8 10:40:57 2024 +0100

    Camel-Robotframework: Fixed typo in docs (#12696)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../resources/org/apache/camel/catalog/components/robotframework.json   | 2 +-
 .../org/apache/camel/component/robotframework/robotframework.json       | 2 +-
 .../camel-robotframework/src/main/docs/robotframework-component.adoc    | 2 +-
 .../apache/camel/component/robotframework/RobotFrameworkEndpoint.java   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/robotframework.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/robotframework.json
index c38b46ea49e..a74691432f7 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/robotframework.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/robotframework.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "robotframework",
     "title": "Robot Framework",
-    "description": "Pass camel exchanges to acceptence test written in Robot DSL.",
+    "description": "Pass camel exchanges to acceptance test written in Robot DSL.",
     "deprecated": false,
     "firstVersion": "3.0.0",
     "label": "testing",
diff --git a/components/camel-robotframework/src/generated/resources/org/apache/camel/component/robotframework/robotframework.json b/components/camel-robotframework/src/generated/resources/org/apache/camel/component/robotframework/robotframework.json
index c38b46ea49e..a74691432f7 100644
--- a/components/camel-robotframework/src/generated/resources/org/apache/camel/component/robotframework/robotframework.json
+++ b/components/camel-robotframework/src/generated/resources/org/apache/camel/component/robotframework/robotframework.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "robotframework",
     "title": "Robot Framework",
-    "description": "Pass camel exchanges to acceptence test written in Robot DSL.",
+    "description": "Pass camel exchanges to acceptance test written in Robot DSL.",
     "deprecated": false,
     "firstVersion": "3.0.0",
     "label": "testing",
diff --git a/components/camel-robotframework/src/main/docs/robotframework-component.adoc b/components/camel-robotframework/src/main/docs/robotframework-component.adoc
index 47d1c471a6e..8ffa91731de 100644
--- a/components/camel-robotframework/src/main/docs/robotframework-component.adoc
+++ b/components/camel-robotframework/src/main/docs/robotframework-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Robot Framework
 :shortname: robotframework
 :artifactid: camel-robotframework
-:description: Pass camel exchanges to acceptence test written in Robot DSL.
+:description: Pass camel exchanges to acceptance test written in Robot DSL.
 :since: 3.0
 :supportlevel: Stable
 :tabs-sync-option:
diff --git a/components/camel-robotframework/src/main/java/org/apache/camel/component/robotframework/RobotFrameworkEndpoint.java b/components/camel-robotframework/src/main/java/org/apache/camel/component/robotframework/RobotFrameworkEndpoint.java
index 46f69ac8fc4..393895ecee8 100644
--- a/components/camel-robotframework/src/main/java/org/apache/camel/component/robotframework/RobotFrameworkEndpoint.java
+++ b/components/camel-robotframework/src/main/java/org/apache/camel/component/robotframework/RobotFrameworkEndpoint.java
@@ -29,7 +29,7 @@ import org.apache.camel.util.ObjectHelper;
 import org.robotframework.RobotFramework;
 
 /**
- * Pass camel exchanges to acceptence test written in Robot DSL.
+ * Pass camel exchanges to acceptance test written in Robot DSL.
  */
 @UriEndpoint(firstVersion = "3.0.0", scheme = "robotframework", title = "Robot Framework",
              syntax = "robotframework:resourceUri", category = { Category.TESTING },