This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new fd4b7a7ee2e Fix typo in sql-component.adoc leveldb.adoc fd4b7a7ee2e is described below commit fd4b7a7ee2e708c38949bd4e66792c7b623c4919 Author: josean <jos...@100ladrillos.com> AuthorDate: Tue Jun 6 15:51:00 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 0e1325aaea7..3fb643edc8a 100644 --- a/components/camel-leveldb/src/main/docs/leveldb.adoc +++ b/components/camel-leveldb/src/main/docs/leveldb.adoc @@ -24,7 +24,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 301e477a739..9f045a0c911 100644 --- a/components/camel-sql/src/main/docs/sql-component.adoc +++ b/components/camel-sql/src/main/docs/sql-component.adoc @@ -474,7 +474,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.