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 2022/01/30 19:40:39 UTC

[camel] branch camel-3.14.x updated: typo fixed

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 015d1d2  typo fixed
015d1d2 is described below

commit 015d1d273bc3817cd3b9a55d3506eb83adaf6b89
Author: Eray Erdem <42...@users.noreply.github.com>
AuthorDate: Sun Jan 30 22:38:57 2022 +0300

    typo fixed
---
 .../src/main/docs/modules/eips/pages/resequence-eip.adoc              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/resequence-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/resequence-eip.adoc
index 9dbfd5d..f2ed35a 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/resequence-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/resequence-eip.adoc
@@ -235,9 +235,9 @@ Notice this is *only* possible in the `batch` mode of the Resequencer.
 == Stream Resequencing
 
 In streaming mode then the Resequencer will send out messages as soon as possible when
-a message with the next expected sequence number arrived.
+a message with the next exepcted sequence number arrived.
 
-The streaming mode requires the messages to be re-ordered based on a intergral numeric values
+The streaming mode requires the messages to be re-ordered based on a integral numeric values
 that are ordered 1,2,3...N.
 
 The following example uses the header seqnum for the ordering: