You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/10 20:02:53 UTC

camel git commit: fixed minor typos.

Repository: camel
Updated Branches:
  refs/heads/master 673488c13 -> ce19f6417


fixed minor typos.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ce19f641
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ce19f641
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ce19f641

Branch: refs/heads/master
Commit: ce19f64173271bb636a1e34d2816c72cc5fdcbfd
Parents: 673488c
Author: Rajani-K <ra...@gmail.com>
Authored: Tue Jul 11 00:12:09 2017 +0530
Committer: Rajani-K <ra...@gmail.com>
Committed: Tue Jul 11 00:12:09 2017 +0530

----------------------------------------------------------------------
 components/camel-netty/src/main/docs/netty-component.adoc        | 4 ++--
 .../component/netty/SpringNettyUseSharedWorkerThreadPoolTest.xml | 2 +-
 components/camel-netty4/src/main/docs/netty4-component.adoc      | 4 ++--
 .../netty4/SpringNettyUseSharedWorkerThreadPoolTest.xml          | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ce19f641/components/camel-netty/src/main/docs/netty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/docs/netty-component.adoc b/components/camel-netty/src/main/docs/netty-component.adoc
index e9af5ae..b388442 100644
--- a/components/camel-netty/src/main/docs/netty-component.adoc
+++ b/components/camel-netty/src/main/docs/netty-component.adoc
@@ -572,7 +572,7 @@ using the `NettyWorkerPoolBuilder` with 2 worker threads as shown below:
 
 [source,xml]
 -----------------------------------------------------------------------------------------
-  <!-- use the worker pool builder to create to help create the shared thread pool -->
+  <!-- use the worker pool builder to help create the shared thread pool -->
   <bean id="poolBuilder" class="org.apache.camel.component.netty.NettyWorkerPoolBuilder">
     <property name="workerCount" value="2"/>
   </bean>
@@ -587,7 +587,7 @@ TIP: For boss thread pool there is a
 `org.apache.camel.component.netty.NettyServerBossPoolBuilder` builder
 for Netty consumers, and a
 `org.apache.camel.component.netty.NettyClientBossPoolBuilder` for the
-Netty produces.
+Netty producers.
 
 Then in the Camel routes we can refer to this worker pools by
 configuring the `workerPool` option in the

http://git-wip-us.apache.org/repos/asf/camel/blob/ce19f641/components/camel-netty/src/test/resources/org/apache/camel/component/netty/SpringNettyUseSharedWorkerThreadPoolTest.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/test/resources/org/apache/camel/component/netty/SpringNettyUseSharedWorkerThreadPoolTest.xml b/components/camel-netty/src/test/resources/org/apache/camel/component/netty/SpringNettyUseSharedWorkerThreadPoolTest.xml
index 63cd847..2e5a197 100644
--- a/components/camel-netty/src/test/resources/org/apache/camel/component/netty/SpringNettyUseSharedWorkerThreadPoolTest.xml
+++ b/components/camel-netty/src/test/resources/org/apache/camel/component/netty/SpringNettyUseSharedWorkerThreadPoolTest.xml
@@ -21,7 +21,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
 
-  <!-- use the worker pool builder to create to help create the shared thread pool -->
+  <!-- use the worker pool builder to help create the shared thread pool -->
   <bean id="poolBuilder" class="org.apache.camel.component.netty.NettyWorkerPoolBuilder">
     <property name="workerCount" value="2"/>
   </bean>

http://git-wip-us.apache.org/repos/asf/camel/blob/ce19f641/components/camel-netty4/src/main/docs/netty4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc
index 6c55a7a..6153401 100644
--- a/components/camel-netty4/src/main/docs/netty4-component.adoc
+++ b/components/camel-netty4/src/main/docs/netty4-component.adoc
@@ -640,7 +640,7 @@ using the `NettyWorkerPoolBuilder` with 2 worker threads as shown below:
 
 [source,xml]
 -----------------------------------------------------------------------------------------
-  <!-- use the worker pool builder to create to help create the shared thread pool -->
+  <!-- use the worker pool builder to help create the shared thread pool -->
   <bean id="poolBuilder" class="org.apache.camel.component.netty.NettyWorkerPoolBuilder">
     <property name="workerCount" value="2"/>
   </bean>
@@ -655,7 +655,7 @@ TIP: For boss thread pool there is a
 `org.apache.camel.component.netty4.NettyServerBossPoolBuilder` builder
 for Netty consumers, and a
 `org.apache.camel.component.netty4.NettyClientBossPoolBuilder` for the
-Netty produces.
+Netty producers.
 
 Then in the Camel routes we can refer to this worker pools by
 configuring the `workerPool` option in the

http://git-wip-us.apache.org/repos/asf/camel/blob/ce19f641/components/camel-netty4/src/test/resources/org/apache/camel/component/netty4/SpringNettyUseSharedWorkerThreadPoolTest.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/test/resources/org/apache/camel/component/netty4/SpringNettyUseSharedWorkerThreadPoolTest.xml b/components/camel-netty4/src/test/resources/org/apache/camel/component/netty4/SpringNettyUseSharedWorkerThreadPoolTest.xml
index 2a5d2af..3d56222 100644
--- a/components/camel-netty4/src/test/resources/org/apache/camel/component/netty4/SpringNettyUseSharedWorkerThreadPoolTest.xml
+++ b/components/camel-netty4/src/test/resources/org/apache/camel/component/netty4/SpringNettyUseSharedWorkerThreadPoolTest.xml
@@ -21,7 +21,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
 
-  <!-- use the worker pool builder to create to help create the shared thread pool -->
+  <!-- use the worker pool builder to help create the shared thread pool -->
   <bean id="poolBuilder" class="org.apache.camel.component.netty4.NettyWorkerPoolBuilder">
     <property name="workerCount" value="2"/>
   </bean>