This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 16b692012e330ff9cbfc3508513176b7ad02037e Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Wed Sep 16 17:39:33 2020 +0530 Document update Changes made from "determine" to "determining" --- .../java/org/apache/camel/spring/boot/CamelConfigurationProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java index 323b5e6..256b5a1 100644 --- a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java +++ b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java @@ -420,7 +420,7 @@ public class CamelConfigurationProperties extends DefaultConfigurationProperties private boolean useMdcLogging; /** - * Sets the pattern used for determine which custom MDC keys to propagate during message routing when + * Sets the pattern used for determining which custom MDC keys to propagate during message routing when * the routing engine continues routing asynchronously for the given message. Setting this pattern to * will * propagate all custom keys. Or setting the pattern to foo*,bar* will propagate any keys starting with * either foo or bar.