This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch apupier-patch-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0ebfe2c8c92d4c315a5b0cd18bfd304410366ce4 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Thu Aug 22 12:05:31 2024 +0200 Update camel-4x-upgrade-guide-4_7.adoc - fix typo idempontent --- 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