Author: jholmes Date: Tue Jul 31 16:50:04 2007 New Revision: 561600 URL: http://svn.apache.org/viewvc?view=rev&rev=561600 Log: Fix typos.
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Form.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Form.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Form.java?view=diff&rev=561600&r1=561599&r2=561600 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Form.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Form.java Tue Jul 31 16:50:04 2007 @@ -311,7 +311,7 @@ this.onsubmit = onsubmit; } - @StrutsTagAttribute(description="Set action nane to submit to, without .action suffix", defaultValue="current action") + @StrutsTagAttribute(description="Set action name to submit to, without .action suffix", defaultValue="current action") public void setAction(String action) { this.action = action; } @@ -342,7 +342,7 @@ this.validate = validate; } - @StrutsTagAttribute(description="he portlet mode to display after the form submit") + @StrutsTagAttribute(description="The portlet mode to display after the form submit") public void setPortletMode(String portletMode) { this.portletMode = portletMode; }