Merge pull request #33460 from aksh1618

* pr-33460:
  Fix typo in tomcat accesslog checkExists doc

Closes gh-33460
This commit is contained in:
Moritz Halbritter
2022-12-12 11:39:39 +01:00

View File

@@ -687,7 +687,7 @@ public class ServerProperties {
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;