You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/04/14 07:00:09 UTC

[2/2] camel git commit: Fix typo

Fix typo


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

Branch: refs/heads/master
Commit: b611df64d81513731bc6b69ed9e2b5b164b14bc1
Parents: f056328
Author: Boris Korogvich <b....@gmail.com>
Authored: Fri Apr 14 09:50:56 2017 +0300
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Apr 14 08:59:49 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/b611df64/camel-core/src/main/java/org/apache/camel/Message.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/Message.java b/camel-core/src/main/java/org/apache/camel/Message.java
index 3425ae6..3b45316 100644
--- a/camel-core/src/main/java/org/apache/camel/Message.java
+++ b/camel-core/src/main/java/org/apache/camel/Message.java
@@ -159,7 +159,7 @@ public interface Message {
     
     /**
      * Removes the headers from this message that match the given <tt>pattern</tt>, 
-     * except for the ones matching one ore more <tt>excludePatterns</tt>
+     * except for the ones matching one or more <tt>excludePatterns</tt>
      * 
      * @param pattern pattern of names that should be removed
      * @param excludePatterns one or more pattern of header names that should be excluded (= preserved)