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 2020/09/03 16:53:36 UTC

[camel-kafka-connector] branch typo-fix created (now 7cb4409)

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

acosentino pushed a change to branch typo-fix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 7cb4409  Fix a minor typo

This branch includes the following new commits:

     new 7cb4409  Fix a minor typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Fix a minor typo

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch typo-fix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 7cb4409fd09f4788e33d7a7c2eea5a01fe7f6156
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 3 18:53:28 2020 +0200

    Fix a minor typo
---
 docs/modules/ROOT/pages/aggregation.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/aggregation.adoc b/docs/modules/ROOT/pages/aggregation.adoc
index 605f172..5a0327a 100644
--- a/docs/modules/ROOT/pages/aggregation.adoc
+++ b/docs/modules/ROOT/pages/aggregation.adoc
@@ -58,7 +58,7 @@ public class StringAggregator implements AggregationStrategy {
 
 And you may think oldExchange and newExchange like records arriving to the Aggregator.
 
-So in this case each newExchange body will be concated with the oldExchange body and separated through the System line separator.
+So in this case each newExchange body will be concatenated with the oldExchange body and separated through the System line separator.
 
 This process will go ahead until the batch size has been completed or the timeout has been reached.