This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ae68a9  Fixed typos
5ae68a9 is described below

commit 5ae68a9d7c3919806e13e2cee2c36ae725138577
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Mon May 7 23:22:37 2018 +0200

    Fixed typos
---
 .../src/main/java/org/apache/camel/spi/ExecutorServiceManager.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java 
b/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java
index 0f0f929..15654ab 100644
--- a/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java
+++ b/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java
@@ -46,7 +46,7 @@ import org.apache.camel.StaticService;
  * <p/>
  * For more information about shutting down thread pools see the {@link 
#shutdown(java.util.concurrent.ExecutorService)}
  * and {@link #shutdownNow(java.util.concurrent.ExecutorService)}, and {@link 
#getShutdownAwaitTermination()} methods.
- * Notice the details about using a graceful shutdown at fist, and then 
falling back to aggressive shutdown in case
+ * Notice the details about using a graceful shutdown at first, and then 
falling back to aggressive shutdown in case
  * of await termination timeout occurred.
  *
  * @see ThreadPoolFactory
@@ -112,7 +112,7 @@ public interface ExecutorServiceManager extends 
ShutdownableService, StaticServi
      * Where <tt>#camelId#</tt> is the name of the {@link 
org.apache.camel.CamelContext}
      * <br/>and <tt>#counter#</tt> is a unique incrementing counter.
      * <br/>and <tt>#name#</tt> is the regular thread name.
-     * <br/>You can also use <tt>#longName#</tt> is the long thread name which 
can includes endpoint parameters etc.
+     * <br/>You can also use <tt>#longName#</tt> is the long thread name which 
can include endpoint parameters etc.
      *
      * @param pattern the pattern
      * @throws IllegalArgumentException if the pattern is invalid.
@@ -120,7 +120,7 @@ public interface ExecutorServiceManager extends 
ShutdownableService, StaticServi
     void setThreadNamePattern(String pattern) throws IllegalArgumentException;
 
     /**
-     * Gets the thread name patter to use
+     * Gets the thread name pattern to use
      *
      * @return the pattern
      */

-- 
To stop receiving notification emails like this one, please contact
aldettin...@apache.org.

Reply via email to