diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java index 95424926876..8129620af08 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java @@ -126,7 +126,7 @@ import org.springframework.web.util.UriUtils; *

methodParam

*

false

*

true

- *

The parameter name used for HTTP methods other then GET and POST. + *

The parameter name used for HTTP methods other than GET and POST. * Default is '_method'.

* * diff --git a/spring-webmvc/src/main/resources/META-INF/spring-form.tld b/spring-webmvc/src/main/resources/META-INF/spring-form.tld index 0960f2d9857..dbafb776061 100644 --- a/spring-webmvc/src/main/resources/META-INF/spring-form.tld +++ b/spring-webmvc/src/main/resources/META-INF/spring-form.tld @@ -188,7 +188,7 @@ true - The parameter name used for HTTP methods other then GET and POST. + The parameter name used for HTTP methods other than GET and POST. Default is '_method'. methodParam false