Author: sebb
Date: Wed Oct 12 21:48:42 2011
New Revision: 1182589
URL: http://svn.apache.org/viewvc?rev=1182589&view=rev
Log:
typo
Modified:
commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml
Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml?rev=1182589&r1=1182588&r2=1182589&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml Wed Oct 12
21:48:42 2011
@@ -59,7 +59,7 @@
</ul>
</p>
<p>
- The common way of using a JEXL engine is to allocate it as a singleton
and use this opportunity to taylor its
+ The common way of using a JEXL engine is to allocate it as a singleton
and use this opportunity to tailor its
behavior and cache.
<source>
private static final JexlEngine jexl = new JexlEngine();