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.git

commit 934c4cfa60557cd1f268acdef6ae079acae522be
Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com>
AuthorDate: Mon Oct 12 10:10:35 2020 +0530

    Spelling correction
    
    Spelling correction
---
 .../main/java/org/apache/camel/main/DefaultConfigurationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
index ce8fe40..37d3a59 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
@@ -195,7 +195,7 @@ public abstract class DefaultConfigurationProperties<T> {
     }
 
     /**
-     * Sets whether routes should be shutdown in reverse or the same order as 
they where started.
+     * Sets whether routes should be shutdown in reverse or the same order as 
they were started.
      */
     public void setShutdownRoutesInReverseOrder(boolean 
shutdownRoutesInReverseOrder) {
         this.shutdownRoutesInReverseOrder = shutdownRoutesInReverseOrder;

Reply via email to