You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2021/12/21 12:11:58 UTC

[camel] branch main updated: Fix typos in resequencer documentation

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

aldettinger 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 bd92bdb  Fix typos in resequencer documentation
bd92bdb is described below

commit bd92bdb6d1f2153e3ef3e990e763e077003a5ce5
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Dec 21 13:10:41 2021 +0100

    Fix typos in resequencer documentation
---
 .../src/main/docs/modules/eips/pages/resequence-eip.adoc            | 6 +++---
 1 file changed, 3 insertions(+), 3 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 fc8e26f..7b4ae59 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
@@ -42,7 +42,7 @@ That is messages are collected into a batch (either by a maximum number of messa
 then they are sorted, and sent out, to continue being routed.
 
 In the example below we re-order the message based on content of the message body.
-The default batch modes will collect up till 100 message per batch, or timeout every second.
+The default batch modes will collect up till 100 messages per batch, or timeout every second.
 
 [source,java]
 ----
@@ -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 exepcted sequence number arrived.
+a message with the next expected 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 integer numeric values
 that are ordered 1,2,3...N.
 
 The following example uses the header seqnum for the ordering: