aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-07-22 17:34:33 +0000
committerClaude Brisson <cbrisson@apache.org>2016-07-22 17:34:33 +0000
commit4353988d4498c54a22e11f6ad39c521bfcb6da10 (patch)
tree948d2ad19fd1fe138bdf889cfc9ba4f20f2b9f6f /src
parent1a4e14efaafa2f40c43e3fa50bd20e4d3293a422 (diff)
downloadapache-velocity-engine-4353988d4498c54a22e11f6ad39c521bfcb6da10.tar.gz
[engine] fix typo
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1753817 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3857fa54..88f3abf1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>