You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/09/05 04:43:16 UTC

svn commit: r572865 - /struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml

Author: jholmes
Date: Tue Sep  4 19:43:15 2007
New Revision: 572865

URL: http://svn.apache.org/viewvc?rev=572865&view=rev
Log:
FFix typo.

Modified:
    struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml?rev=572865&r1=572864&r2=572865&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml Tue Sep  4 19:43:15 2007
@@ -30,7 +30,7 @@
       <default-interceptor-ref name="integration" />
       <default-action-ref name="editGangster" />
 
-      <!-- Diplay entry page that uses Model-Driven technique -->
+      <!-- Display entry page that uses Model-Driven technique -->
     <action name="editGangster" class="org.apache.struts2.s1.Struts1Action">
         <param name="className">org.apache.struts2.showcase.integration.EditGangsterAction</param>
       <result>modelDriven.jsp</result>