Skip to content

Commit

Permalink
Fix typo in tomcat accesslog checkExists doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh1618 authored and mhalbritter committed Dec 12, 2022
1 parent 3f33fa3 commit 2bb8dad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 2bb8dad

Please sign in to comment.