Author: jleroux
Date: Wed Feb 10 10:47:55 2010
New Revision: 908443
URL:
http://svn.apache.org/viewvc?rev=908443&view=revLog:
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>