You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/06/08 03:38:08 UTC

svn commit: r545362 - /struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp

Author: musachy
Date: Thu Jun  7 18:38:07 2007
New Revision: 545362

URL: http://svn.apache.org/viewvc?view=rev&rev=545362
Log:
WW-1845 Showcase -- Typos

Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp?view=diff&rev=545362&r1=545361&r2=545362
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/autocompleter/index.jsp Thu Jun  7 18:38:07 2007
@@ -61,7 +61,7 @@
 
 <br/><br/>
 
-Reload on type (loadOnTextChange="true"), after 3 characters (loadMinimumCout="3", it is "3" by default), without the down arrow button (showDownArrow="false")
+Reload on type (loadOnTextChange="true"), after 3 characters (loadMinimumCount="3", it is "3" by default), without the down arrow button (showDownArrow="false")
 <br/>
 <sx:autocompleter  
     indicator="indicator"