You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2019/08/21 16:45:31 UTC

svn commit: r1865635 - /velocity/engine/branches/parser_experiments/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java

Author: cbrisson
Date: Wed Aug 21 16:45:31 2019
New Revision: 1865635

URL: http://svn.apache.org/viewvc?rev=1865635&view=rev
Log:
[engine][VELOCITY-917] Fix comment

Modified:
    velocity/engine/branches/parser_experiments/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java

Modified: velocity/engine/branches/parser_experiments/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java
URL: http://svn.apache.org/viewvc/velocity/engine/branches/parser_experiments/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java?rev=1865635&r1=1865634&r2=1865635&view=diff
==============================================================================
--- velocity/engine/branches/parser_experiments/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java (original)
+++ velocity/engine/branches/parser_experiments/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/Scope.java Wed Aug 21 16:45:31 2019
@@ -327,7 +327,7 @@ public class Scope extends AbstractMap
             StringBuilder sb = new StringBuilder();
             if (directive != null)
             {
-                sb.append('#'); // parser characters substitution is not heandled here
+                sb.append('#'); // parser characters substitution is not handled here
             }
             sb.append(getName());
             sb.append("[type:").append(getType());