Author: cbrisson
Date: Fri Jan 26 13:43:35 2018
New Revision: 1822295

URL: http://svn.apache.org/viewvc?rev=1822295&view=rev
Log:
[site] Fix typo in tools summary - ditto in prod

Modified:
    velocity/site/production/tools/devel/tools-summary.html

Modified: velocity/site/production/tools/devel/tools-summary.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/tools/devel/tools-summary.html?rev=1822295&r1=1822294&r2=1822295&view=diff
==============================================================================
--- velocity/site/production/tools/devel/tools-summary.html (original)
+++ velocity/site/production/tools/devel/tools-summary.html Fri Jan 26 13:43:35 
2018
@@ -216,7 +216,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="#ClassTool"><code>$class</code> - ClassTool</a>,</li>
 <li><a href="#ContextTool"><code>$context</code> - ContextTool</a>,</li>
 <li><a href="#ConversionTool"><code>$convert</code> - ConversionTool</a>,</li>
-<li><a href="#ComparisonDateDool"><code>$date</code> - 
ComparisonDateTool</a>,</li>
+<li><a href="#ComparisonDateTool"><code>$date</code> - 
ComparisonDateTool</a>,</li>
 <li><a href="#DisplayTool"><code>$disp</code> - DisplayTool</a>,</li>
 <li><a href="#EscapeTool"><code>$esc</code> - EscapeTool</a>,</li>
 <li><a href="#FieldTool"><code>$field</code> - FieldTool</a>,</li>
@@ -501,7 +501,7 @@ h2:hover > .headerlink, h3:hover > .head
 </tr>
 <tr>
 <td><code>$date.get(</code>&nbsp;<em>format</em>&nbsp;<code>)</code></td>
-<td>returns the current date and time formatted using hte given format</td>
+<td>returns the current date and time formatted using the given format</td>
 </tr>
 <tr>
 <td><code>$date.get(</code>&nbsp;<em>date style</em>,&nbsp;<em>time 
style</em>&nbsp;<code>)</code></td>


Reply via email to