Fix typo in tomcat accesslog checkExists doc

See gh-33460
This commit is contained in:
Aakarshit Uppal 2022-12-05 17:35:27 +05:30 committed by Moritz Halbritter
parent 3f33fa3f45
commit 2bb8dadeb3
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ public class ServerProperties {
private String locale; 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. * external process has renamed it.
*/ */
private boolean checkExists = false; private boolean checkExists = false;