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:37 UTC

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

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.