svn commit: r1633781 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

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

svn commit: r1633781 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

jacopoc
Author: jacopoc
Date: Thu Oct 23 10:01:06 2014
New Revision: 1633781

URL: http://svn.apache.org/r1633781
Log:
Fixed two typos in a comment

Modified:
    ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml?rev=1633781&r1=1633780&r2=1633781&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Thu Oct 23 10:01:06 2014
@@ -154,7 +154,7 @@ under the License.
         <response name="success" type="view-last"/>
     </request-map>
 
-    <!-- Common json reponse events, chain these after events to send json reponses -->
+    <!-- Common json response events, chain these after events to send json responses -->
     <!-- Standard json response, For security reason (OFBIZ-5409) tries to keep only the initially called service attributes -->
     <request-map uri="json">
         <security direct-request="false"/>