svn commit: r708473 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r708473 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

jleroux@apache.org
Author: jleroux
Date: Tue Oct 28 01:02:54 2008
New Revision: 708473

URL: http://svn.apache.org/viewvc?rev=708473&view=rev
Log:
Typo

Modified:
    ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?rev=708473&r1=708472&r2=708473&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Tue Oct 28 01:02:54 2008
@@ -2565,7 +2565,7 @@
             <xs:annotation>
                 <xs:documentation>
                     Operator to apply to field-name and env-name or value.
-                    If you use the between then the evn-name must point to
+                    If you use the between then the env-name must point to
                     a collection that has two entries in it. With in you may specify several entries.  
                     If you use like, then it's just a single thing, as will all of the other ones;
                     less, greater, less-equals, greater-equals, equals, not equals.