From 2bb8dadeb3212ba7819b6bcd1a7085b81174d78a Mon Sep 17 00:00:00 2001 From: Aakarshit Uppal <26065812+aksh1618@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:35:27 +0530 Subject: [PATCH] Fix typo in tomcat accesslog checkExists doc See gh-33460 --- .../boot/autoconfigure/web/ServerProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;