diff --git a/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java b/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java index 79c7e7b3aaf..55db587c9b3 100644 --- a/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java +++ b/org.springframework.web.servlet/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java @@ -69,7 +69,7 @@ import java.lang.annotation.Target; *
  • {@link java.io.OutputStream} / {@link java.io.Writer} for generating * the response's content. This will be the raw OutputStream/Writer as * exposed by the Servlet/Portlet API. - *
  • {@link PathVariable @PathVariable} annotated parameters for acces to + *
  • {@link PathVariable @PathVariable} annotated parameters for access to * URI template values (i.e. /hotels/{hotel}). Variable values will be * converted to the declared method argument type. *
  • {@link RequestParam @RequestParam} annotated parameters for access to