This is an automated email from the ASF dual-hosted git repository. davsclaus 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 34b247621d8 Fix spelling (#16793) 34b247621d8 is described below commit 34b247621d8239b11c6c55b0e54ddcd498b39b63 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Tue Jan 14 16:00:33 2025 +1000 Fix spelling (#16793) --- components/camel-fop/src/main/docs/fop-component.adoc | 2 +- .../camel-robotframework/src/main/docs/robotframework-component.adoc | 2 +- components/camel-schematron/src/main/docs/schematron-component.adoc | 2 +- .../camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc | 2 +- .../camel-xmlsecurity/src/main/docs/xmlsecurity-verify-component.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/camel-fop/src/main/docs/fop-component.adoc b/components/camel-fop/src/main/docs/fop-component.adoc index 2f91526beae..f59f247d3bf 100644 --- a/components/camel-fop/src/main/docs/fop-component.adoc +++ b/components/camel-fop/src/main/docs/fop-component.adoc @@ -107,7 +107,7 @@ loaded from the file system. |`CamelFop.Encrypt.userPassword` | | PDF user password -|`CamelFop.Encrypt.ownerPassword` | | PDF owner passoword +|`CamelFop.Encrypt.ownerPassword` | | PDF owner password |`CamelFop.Encrypt.allowPrint` | `true` |Allows printing the PDF diff --git a/components/camel-robotframework/src/main/docs/robotframework-component.adoc b/components/camel-robotframework/src/main/docs/robotframework-component.adoc index c6a69fe0d8a..7a31bb729eb 100644 --- a/components/camel-robotframework/src/main/docs/robotframework-component.adoc +++ b/components/camel-robotframework/src/main/docs/robotframework-component.adoc @@ -18,7 +18,7 @@ The *robotframework:* component allows for processing camel exchanges in acceptance test suites which are already implemented with its own DSL. The depending keyword libraries that can be used inside test suites implemented in Robot DSL, could have been implemented either via -Java or Pyhton. +Java or Python. This component will let you execute business logic of acceptance test cases in Robot language on which you can pass parameters to feed data via power diff --git a/components/camel-schematron/src/main/docs/schematron-component.adoc b/components/camel-schematron/src/main/docs/schematron-component.adoc index da6f92ffca2..68772c29d9e 100644 --- a/components/camel-schematron/src/main/docs/schematron-component.adoc +++ b/components/camel-schematron/src/main/docs/schematron-component.adoc @@ -58,7 +58,7 @@ include::partial$component-endpoint-options.adoc[] |CamelSchematronValidationStatus |The schematron validation status: SUCCESS / FAILED |String |IN -|CamelSchematronValidationReport |The schematrion report body in XML format. See an example below |String |IN +|CamelSchematronValidationReport |The schematron report body in XML format. See an example below |String |IN |======================================================================= == Examples diff --git a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc index c1a9ec4c515..e705855875a 100644 --- a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc +++ b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-sign-component.adoc @@ -489,7 +489,7 @@ accessor.setPassword("password"); accessor.setAlias("cert_alias"); // signer key alias DefaultXAdESSignatureProperties props = new DefaultXAdESSignatureProperties(); -props.setNamespace("http://uri.etsi.org/01903/v1.3.2#"); // sets the namespace for the XAdES elements; the namspace is related to the XAdES version, default value is "http://uri.etsi.org/01903/v1.3.2#", other possible values are "http://uri.etsi.org/01903/v1.1.1#" and "http://uri.etsi.org/01903/v1.2.2#" +props.setNamespace("http://uri.etsi.org/01903/v1.3.2#"); // sets the namespace for the XAdES elements; the namespace is related to the XAdES version, default value is "http://uri.etsi.org/01903/v1.3.2#", other possible values are "http://uri.etsi.org/01903/v1.1.1#" and "http://uri.etsi.org/01903/v1.2.2#" props.setPrefix("etsi"); // sets the prefix for the XAdES elements, default value is "etsi" // signing certificate diff --git a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-verify-component.adoc b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-verify-component.adoc index f9881c21c53..2a0bc6629f8 100644 --- a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-verify-component.adoc +++ b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-verify-component.adoc @@ -420,7 +420,7 @@ accessor.setPassword("password"); accessor.setAlias("cert_alias"); // signer key alias DefaultXAdESSignatureProperties props = new DefaultXAdESSignatureProperties(); -props.setNamespace("http://uri.etsi.org/01903/v1.3.2#"); // sets the namespace for the XAdES elements; the namspace is related to the XAdES version, default value is "http://uri.etsi.org/01903/v1.3.2#", other possible values are "http://uri.etsi.org/01903/v1.1.1#" and "http://uri.etsi.org/01903/v1.2.2#" +props.setNamespace("http://uri.etsi.org/01903/v1.3.2#"); // sets the namespace for the XAdES elements; the namespace is related to the XAdES version, default value is "http://uri.etsi.org/01903/v1.3.2#", other possible values are "http://uri.etsi.org/01903/v1.1.1#" and "http://uri.etsi.org/01903/v1.2.2#" props.setPrefix("etsi"); // sets the prefix for the XAdES elements, default value is "etsi" // signing certificate