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

nfilotto pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new a490173e196 Fix spelling error in 4.0.x DEBEZIUM doc (#11388)
a490173e196 is described below

commit a490173e19693fc0fb3a1a35682176ac83f41bfe
Author: TUCJVXCB <[email protected]>
AuthorDate: Thu Sep 14 15:17:40 2023 +0800

    Fix spelling error in 4.0.x DEBEZIUM doc (#11388)
---
 .../camel-debezium-db2/src/main/docs/debezium-db2-component.adoc        | 2 +-
 .../src/main/docs/debezium-mongodb-component.adoc                       | 2 +-
 .../camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc    | 2 +-
 .../camel-debezium-oracle/src/main/docs/debezium-oracle-component.adoc  | 2 +-
 .../src/main/docs/debezium-postgres-component.adoc                      | 2 +-
 .../src/main/docs/debezium-sqlserver-component.adoc                     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/components/camel-debezium/camel-debezium-db2/src/main/docs/debezium-db2-component.adoc
 
b/components/camel-debezium/camel-debezium-db2/src/main/docs/debezium-db2-component.adoc
index dcaeb2bc244..1054b451d50 100644
--- 
a/components/camel-debezium/camel-debezium-db2/src/main/docs/debezium-db2-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-db2/src/main/docs/debezium-db2-component.adoc
@@ -78,7 +78,7 @@ 
from("debezium-db2:dbz-test-1?offsetStorageFileName=/usr/offset-file-1.dat&datab
     .log("Event received from Debezium : ${body}")
     .log("    with this identifier ${headers.CamelDebeziumIdentifier}")
     .log("    with these source metadata 
${headers.CamelDebeziumSourceMetadata}")
-    .log("    the event occured upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
+    .log("    the event occurred upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
     .log("    on this database '${headers.CamelDebeziumSourceMetadata[db]}' 
and this table '${headers.CamelDebeziumSourceMetadata[table]}'")
     .log("    with the key ${headers.CamelDebeziumKey}")
     .log("    the previous value is ${headers.CamelDebeziumBefore}")
diff --git 
a/components/camel-debezium/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
 
b/components/camel-debezium/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
index 70b26d7d6ef..967f27c5135 100644
--- 
a/components/camel-debezium/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
@@ -82,7 +82,7 @@ 
from("debezium-mongodb:dbz-test-1?offsetStorageFileName=/usr/offset-file-1.dat&m
     .log("Event received from Debezium : ${body}")
     .log("    with this identifier ${headers.CamelDebeziumIdentifier}")
     .log("    with these source metadata 
${headers.CamelDebeziumSourceMetadata}")
-    .log("    the event occured upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
+    .log("    the event occurred upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
     .log("    on this database '${headers.CamelDebeziumSourceMetadata[db]}' 
and this table '${headers.CamelDebeziumSourceMetadata[table]}'")
     .log("    with the key ${headers.CamelDebeziumKey}")
     .choice()
diff --git 
a/components/camel-debezium/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
 
b/components/camel-debezium/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
index c92d8e820cf..41ca5fc4394 100644
--- 
a/components/camel-debezium/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
@@ -86,7 +86,7 @@ 
from("debezium-mysql:dbz-test-1?offsetStorageFileName=/usr/offset-file-1.dat&dat
     .log("Event received from Debezium : ${body}")
     .log("    with this identifier ${headers.CamelDebeziumIdentifier}")
     .log("    with these source metadata 
${headers.CamelDebeziumSourceMetadata}")
-    .log("    the event occured upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
+    .log("    the event occurred upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
     .log("    on this database '${headers.CamelDebeziumSourceMetadata[db]}' 
and this table '${headers.CamelDebeziumSourceMetadata[table]}'")
     .log("    with the key ${headers.CamelDebeziumKey}")
     .log("    the previous value is ${headers.CamelDebeziumBefore}")
diff --git 
a/components/camel-debezium/camel-debezium-oracle/src/main/docs/debezium-oracle-component.adoc
 
b/components/camel-debezium/camel-debezium-oracle/src/main/docs/debezium-oracle-component.adoc
index d29033985f2..e1467cb167f 100644
--- 
a/components/camel-debezium/camel-debezium-oracle/src/main/docs/debezium-oracle-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-oracle/src/main/docs/debezium-oracle-component.adoc
@@ -78,7 +78,7 @@ 
from("debezium-oracle:dbz-test-1?offsetStorageFileName=/usr/offset-file-1.dat&da
     .log("Event received from Debezium : ${body}")
     .log("    with this identifier ${headers.CamelDebeziumIdentifier}")
     .log("    with these source metadata 
${headers.CamelDebeziumSourceMetadata}")
-    .log("    the event occured upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
+    .log("    the event occurred upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
     .log("    on this database '${headers.CamelDebeziumSourceMetadata[db]}' 
and this table '${headers.CamelDebeziumSourceMetadata[table]}'")
     .log("    with the key ${headers.CamelDebeziumKey}")
     .log("    the previous value is ${headers.CamelDebeziumBefore}")
diff --git 
a/components/camel-debezium/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
 
b/components/camel-debezium/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
index ea17ef2781f..8adb13ac1d6 100644
--- 
a/components/camel-debezium/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
@@ -78,7 +78,7 @@ 
from("debezium-postgres:dbz-test-1?offsetStorageFileName=/usr/offset-file-1.dat&
     .log("Event received from Debezium : ${body}")
     .log("    with this identifier ${headers.CamelDebeziumIdentifier}")
     .log("    with these source metadata 
${headers.CamelDebeziumSourceMetadata}")
-    .log("    the event occured upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
+    .log("    the event occurred upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
     .log("    on this database '${headers.CamelDebeziumSourceMetadata[db]}' 
and this table '${headers.CamelDebeziumSourceMetadata[table]}'")
     .log("    with the key ${headers.CamelDebeziumKey}")
     .log("    the previous value is ${headers.CamelDebeziumBefore}")
diff --git 
a/components/camel-debezium/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
 
b/components/camel-debezium/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
index 45adfe6973e..d39d68d79e2 100644
--- 
a/components/camel-debezium/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
@@ -76,7 +76,7 @@ 
from("debezium-sqlserver:dbz-test-1?offsetStorageFileName=/usr/offset-file-1.dat
     .log("Event received from Debezium : ${body}")
     .log("    with this identifier ${headers.CamelDebeziumIdentifier}")
     .log("    with these source metadata 
${headers.CamelDebeziumSourceMetadata}")
-    .log("    the event occured upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
+    .log("    the event occurred upon this operation 
'${headers.CamelDebeziumSourceOperation}'")
     .log("    on this database '${headers.CamelDebeziumSourceMetadata[db]}' 
and this table '${headers.CamelDebeziumSourceMetadata[table]}'")
     .log("    with the key ${headers.CamelDebeziumKey}")
     .log("    the previous value is ${headers.CamelDebeziumBefore}")

Reply via email to