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 29f510d1764 Update split-eip.adoc
29f510d1764 is described below
commit 29f510d1764e29528b650e64e3358a934d5a65b4
Author: Mahdi Karami <[email protected]>
AuthorDate: Fri Jun 24 14:29:14 2022 +0430
Update split-eip.adoc
fix misspelling (change multicast to split)
---
core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
index e94ebd1e5d2..362d2482115 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
@@ -177,7 +177,7 @@ And in XML:
<to uri="direct:b"/>
<to uri="direct:c"/>
<to uri="direct:d"/>
- </multicast>
+ </split>
</route>
----