Repository: camel
Updated Branches:
  refs/heads/master dfaa44c45 -> 6f9f21b40


Trivial typo fix


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

Branch: refs/heads/master
Commit: 6f9f21b40ef51b0ec9622d28ec1a3d96c2c6888c
Parents: dfaa44c
Author: Bilgin Ibryam <[email protected]>
Authored: Wed Apr 2 13:56:51 2014 +0100
Committer: Bilgin Ibryam <[email protected]>
Committed: Wed Apr 2 13:56:51 2014 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/impl/ProcessorEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6f9f21b4/camel-core/src/main/java/org/apache/camel/impl/ProcessorEndpoint.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/ProcessorEndpoint.java 
b/camel-core/src/main/java/org/apache/camel/impl/ProcessorEndpoint.java
index 0d05878..cf48b8b 100644
--- a/camel-core/src/main/java/org/apache/camel/impl/ProcessorEndpoint.java
+++ b/camel-core/src/main/java/org/apache/camel/impl/ProcessorEndpoint.java
@@ -31,7 +31,7 @@ import org.apache.camel.Producer;
  * <br/>Implementors beware that this endpoint creates producers and consumers 
which
  * doesn't allow you full control of its lifecycle as a {@link 
org.apache.camel.Service}
  * or {@link org.apache.camel.SuspendableService} would do.
- * If your producers/consumers need more control of its lifecycle its adviced 
instead to extend
+ * If your producers/consumers need more control of its lifecycle it is 
advised instead to extend
  * {@link org.apache.camel.impl.DefaultEndpoint}, {@link 
org.apache.camel.impl.DefaultProducer}
  * and {@link org.apache.camel.impl.DefaultConsumer}.
  *

Reply via email to