We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b115789 commit 4d17eb4Copy full SHA for 4d17eb4
spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java
@@ -90,7 +90,7 @@ public void setAlwaysUseFullPath(boolean alwaysUseFullPath) {
90
* <p>By default this is set to {@literal true}.
91
* <p><strong>Note:</strong> Be aware the servlet path will not match when
92
* compared to encoded paths. Therefore use of {@code urlDecode=false} is
93
- * not compatible with a prefix-based Servlet mappping and likewise implies
+ * not compatible with a prefix-based Servlet mapping and likewise implies
94
* also setting {@code alwaysUseFullPath=true}.
95
* @see #getServletPath
96
* @see #getContextPath
0 commit comments