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

acosentino 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 a5df7b32883 Fix typo in sql-component.adoc leveldb.adoc
a5df7b32883 is described below

commit a5df7b328831573579283214540e558f5ae350f8
Author: josean <jos...@100ladrillos.com>
AuthorDate: Tue Jun 6 15:37:33 2023 -0600

    Fix typo in sql-component.adoc leveldb.adoc
---
 components/camel-leveldb/src/main/docs/leveldb.adoc   | 2 +-
 components/camel-sql/src/main/docs/sql-component.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-leveldb/src/main/docs/leveldb.adoc 
b/components/camel-leveldb/src/main/docs/leveldb.adoc
index 177cc7f2db0..8d13c4d669f 100644
--- a/components/camel-leveldb/src/main/docs/leveldb.adoc
+++ b/components/camel-leveldb/src/main/docs/leveldb.adoc
@@ -25,7 +25,7 @@ Current features it provides:
 
 `LevelDBAggregationRepository` is an `AggregationRepository` which on
 the fly persists the aggregated messages. This ensures that you will not
-loose messages, as the default aggregator will use an in memory only
+lose messages, as the default aggregator will use an in memory only
 `AggregationRepository`.
 
 It has the following options:
diff --git a/components/camel-sql/src/main/docs/sql-component.adoc 
b/components/camel-sql/src/main/docs/sql-component.adoc
index 5a6ccda8d4a..9e45f3c5ada 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -471,7 +471,7 @@ be made with regard to stale data and your specific usage.
 
 `JdbcAggregationRepository` is an `AggregationRepository` which on the
 fly persists the aggregated messages. This ensures that you will not
-loose messages, as the default aggregator will use an in memory only
+lose messages, as the default aggregator will use an in memory only
 `AggregationRepository`. The `JdbcAggregationRepository` allows together with 
Camel to provide
 persistent support for the Aggregator.
 

Reply via email to