Author: cbrisson
Date: Fri Jul 22 17:34:33 2016
New Revision: 1753817
URL: http://svn.apache.org/viewvc?rev=1753817&view=rev
Log:
[engine] fix typo
Modified:
velocity/engine/trunk/src/changes/changes.xml
Modified: velocity/engine/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=1753817&r1=1753816&r2=1753817&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Fri Jul 22 17:34:33 2016
@@ -43,7 +43,7 @@
nicified AST tree debug output
</action>
- <action type="fix" dev="cbrisson" issue=VELOCITY-830">
+ <action type="fix" dev="cbrisson" issue="VELOCITY-830">
fix parsing of $obj._method()
</action>