Author: jholmes Date: Tue Sep 4 19:42:24 2007 New Revision: 572864 URL: http://svn.apache.org/viewvc?rev=572864&view=rev Log: Fix typo.
Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml?rev=572864&r1=572863&r2=572864&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml Tue Sep 4 19:42:24 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>