This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.compiler-1.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git
commit 610873fc1a8685ced9ce333631abf74e0327f5fb Author: Robert Munteanu <[email protected]> AuthorDate: Thu Apr 20 08:30:54 2017 +0000 Typo in comment Fixed typo: "perhaps" Submitted-By: Lars Trieloff Closes #215 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler@1792026 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4 b/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4 index e1c0bc8..81d511a 100644 --- a/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4 +++ b/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4 @@ -40,7 +40,7 @@ interpolation returns [Interpolation interp] : ( textFrag { $interp.addText($textFrag.str); } | expression { $interp.addExpression($expression.expr.withRawText($expression.text)); } - )* //perhaphs too restrictive + )* //perhaps too restrictive ; textFrag returns [String str] -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
