Minor spelling

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@658958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Newton
2008-05-22 00:39:06 +00:00
parent 2019385915
commit cf1150f58c
2 changed files with 2 additions and 2 deletions
@@ -271,7 +271,7 @@ public class Bind extends AbstractValidateBean {
this.highlightDuration = highlightDuration;
}
@StrutsTagAttribute(description = "Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
@StrutsTagAttribute(description = "Perform Ajax validation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
defaultValue = "false")
public void setValidate(String validate) {
this.validate = validate;
@@ -425,7 +425,7 @@ public class Submit extends FormButton implements RemoteBean {
this.highlightDuration = highlightDuration;
}
@StrutsTagAttribute(description = "Perform Ajax calidation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
@StrutsTagAttribute(description = "Perform Ajax validation. 'ajaxValidation' interceptor must be applied to action", type="Boolean",
defaultValue = "false")
public void setValidate(String validate) {
this.validate = validate;