This is an automated email from the ASF dual-hosted git repository. davsclaus 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 0e6dd1ea1dd Update camel-4x-upgrade-guide-4_7.adoc - fix typo idempontent (#15276) 0e6dd1ea1dd is described below commit 0e6dd1ea1ddb566fc4ee4eb4757d4a3c703ca06f Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Thu Aug 22 12:32:39 2024 +0200 Update camel-4x-upgrade-guide-4_7.adoc - fix typo idempontent (#15276) --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc index 16c5e719385..e590187d871 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc @@ -97,8 +97,8 @@ To: === camel-file -When using `idempontent=true` then the file consumer will now run in eager mode, and `add` the file to the repository -before processing, and call `confirm` when done. Setting `idempontentEager=false` will use the old behaviour. +When using `idempotent=true` then the file consumer will now run in eager mode, and `add` the file to the repository +before processing, and call `confirm` when done. Setting `idempotentEager=false` will use the old behaviour. === camel-jbang