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/01/13 11:30:52 UTC

[3/3] camel git commit: Typo

Typo


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

Branch: refs/heads/master
Commit: 69a19a32090d5ce24f3060ae14441633520e77eb
Parents: 83c3e86
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jan 13 11:00:06 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jan 13 12:30:42 2017 +0100

----------------------------------------------------------------------
 .../org/apache/camel/language/simple/SimpleExpressionParser.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/69a19a32/camel-core/src/main/java/org/apache/camel/language/simple/SimpleExpressionParser.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/language/simple/SimpleExpressionParser.java b/camel-core/src/main/java/org/apache/camel/language/simple/SimpleExpressionParser.java
index c10e078..bf5fe8d 100644
--- a/camel-core/src/main/java/org/apache/camel/language/simple/SimpleExpressionParser.java
+++ b/camel-core/src/main/java/org/apache/camel/language/simple/SimpleExpressionParser.java
@@ -72,7 +72,7 @@ public class SimpleExpressionParser extends BaseSimpleParser {
         }
 
         // now after parsing we need a bit of work to do, to make it easier to turn the tokens
-        // into and ast, and then from the ast, to Camel expression(s).
+        // into an ast, and then from the ast, to Camel expression(s).
         // hence why there is a number of tasks going on below to accomplish this
 
         // turn the tokens into the ast model