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 2015/06/24 16:37:04 UTC

svn commit: r1687299 - /ofbiz/trunk/framework/common/servicedef/services.xml

Author: jleroux
Date: Wed Jun 24 14:37:03 2015
New Revision: 1687299

URL: http://svn.apache.org/r1687299
Log:
Fixes a typo

Modified:
    ofbiz/trunk/framework/common/servicedef/services.xml

Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1687299&r1=1687298&r2=1687299&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Wed Jun 24 14:37:03 2015
@@ -725,7 +725,7 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
     <service name="deleteGeoAssoc" default-entity-name="GeoAssoc" engine="entity-auto" invoke="delete" auth="true">
-        <description>Delete a Geo</description>
+        <description>Delete a GeoAssoc</description>
         <permission-service service-name="commonGenericPermission" main-action="DELETE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>