Skip to content

Commit 76858ae

Browse files
committed
Merge pull request #33460 from aksh1618
* pr-33460: Fix typo in tomcat accesslog checkExists doc Closes gh-33460
2 parents 3f33fa3 + 2bb8dad commit 76858ae

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ public static class Accesslog {
687687
private String locale;
688688

689689
/**
690-
* Whether to check for log file existence so it can be recreated it if an
690+
* Whether to check for log file existence so it can be recreated if an
691691
* external process has renamed it.
692692
*/
693693
private boolean checkExists = false;

0 commit comments

Comments
 (0)