SEC-1712: Javadoc typo fix.

This commit is contained in:
Luke Taylor 2011-04-08 17:24:12 +01:00
parent 160fed1bfe
commit 49dd928faa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import org.springframework.util.StringUtils;
* Can also be configured to match a specific HTTP method.
*
* The match is performed against the {@code servletPath + pathInfo + queryString} of the request and is case-sensitive
* by default. Case-insensitive matching can be used by using the constructor which takes the {@code caseInsentitive}
* by default. Case-insensitive matching can be used by using the constructor which takes the {@code caseInsensitive}
* argument.
*
* @author Luke Taylor