From ac10f6585132192cbbb009ee6b0c395f703c9e4f Mon Sep 17 00:00:00 2001 From: Nicklas Holm Date: Thu, 1 Dec 2016 08:02:44 +0100 Subject: [PATCH] Fix typo Closes gh-7541 --- .../boot/web/support/SpringBootServletInitializer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/web/support/SpringBootServletInitializer.java b/spring-boot/src/main/java/org/springframework/boot/web/support/SpringBootServletInitializer.java index 1bed45a303..f184798f21 100644 --- a/spring-boot/src/main/java/org/springframework/boot/web/support/SpringBootServletInitializer.java +++ b/spring-boot/src/main/java/org/springframework/boot/web/support/SpringBootServletInitializer.java @@ -162,7 +162,7 @@ public abstract class SpringBootServletInitializer implements WebApplicationInit } /** - * Configure the application. Normally all you would need to do it add sources (e.g. + * Configure the application. Normally all you would need to do is add sources (e.g. * config classes) because other settings have sensible defaults. You might choose * (for instance) to add default command line arguments, or set an active Spring * profile.