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 2010/02/10 11:47:56 UTC

svn commit: r908443 - /ofbiz/trunk/applications/workeffort/servicedef/services.xml

Author: jleroux
Date: Wed Feb 10 10:47:55 2010
New Revision: 908443

URL: http://svn.apache.org/viewvc?rev=908443&view=rev
Log:
Fix a typo in comment

Modified:
    ofbiz/trunk/applications/workeffort/servicedef/services.xml

Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/servicedef/services.xml?rev=908443&r1=908442&r2=908443&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Wed Feb 10 10:47:55 2010
@@ -521,7 +521,7 @@
         location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml"
         invoke="deleteWorkEffortContent"
         default-entity-name="WorkEffortContent" auth="true">
-        <description>Update a Work Effort Content</description>
+        <description>Delete a Work Effort Content</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>