diff --git a/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java b/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java index d62de590ff6..06e4721cb97 100644 --- a/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java +++ b/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java @@ -36,7 +36,7 @@ import org.springframework.web.context.request.ServletWebRequest; * *
The servlet and all filters involved in an async request must have async
* support enabled using the Servlet API or by adding an
- * <async-supported>true</async-supported> element to servlet and filter
+ * <async-supported>true</async-supported> element to servlet and filter
* declarations in {@code web.xml}.
*
* @author Rossen Stoyanchev