Author: rombert
Date: Thu Apr 20 08:30:54 2017
New Revision: 1792026

URL: http://svn.apache.org/viewvc?rev=1792026&view=rev
Log:
Typo in comment

Fixed typo: "perhaps"

Submitted-By: Lars Trieloff
Closes #215

Modified:
    
sling/trunk/bundles/scripting/sightly/compiler/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4

Modified: 
sling/trunk/bundles/scripting/sightly/compiler/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/compiler/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4?rev=1792026&r1=1792025&r2=1792026&view=diff
==============================================================================
--- 
sling/trunk/bundles/scripting/sightly/compiler/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4
 (original)
+++ 
sling/trunk/bundles/scripting/sightly/compiler/src/main/antlr4/org/apache/sling/scripting/sightly/impl/parser/expr/generated/SightlyParser.g4
 Thu Apr 20 08:30:54 2017
@@ -40,7 +40,7 @@ interpolation returns [Interpolation int
     :    (
         textFrag { $interp.addText($textFrag.str); }
         | expression { 
$interp.addExpression($expression.expr.withRawText($expression.text)); }
-        )* //perhaphs too restrictive
+        )* //perhaps too restrictive
     ;
 
 textFrag returns [String str]


Reply via email to