diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java index 355af3ffb3f9..096c3341741c 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java @@ -687,7 +687,7 @@ public static class Accesslog { private String locale; /** - * Whether to check for log file existence so it can be recreated it if an + * Whether to check for log file existence so it can be recreated if an * external process has renamed it. */ private boolean checkExists = false;