diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/DispatcherServletRegistrationBean.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/DispatcherServletRegistrationBean.java index 541f899b83..b4c6eaf7d9 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/DispatcherServletRegistrationBean.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/DispatcherServletRegistrationBean.java @@ -24,7 +24,7 @@ import org.springframework.web.servlet.DispatcherServlet; /** * {@link ServletRegistrationBean} for the auto-configured {@link DispatcherServlet}. Both - * registeres the servlet and exposes {@link DispatcherServletPath} information. + * registers the servlet and exposes {@link DispatcherServletPath} information. * * @author Phillip Webb * @since 2.0.4