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 <[email protected]> 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.
