You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/10/28 09:02:55 UTC

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

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.