1
0

Fix spelling

This commit is contained in:
Gary Gregory
2023-10-31 06:27:13 -04:00
parent 6167752d52
commit 28c175b8c8
11 changed files with 20 additions and 20 deletions

View File

@@ -112,7 +112,7 @@ public class ServletContextCleaner implements ServletContextListener {
loader = null;
} catch (final IllegalAccessException ex) {
// This is not expected; every ancestor class should be accessible
System.err.println("LogFactory instance found which is not accessable!");
System.err.println("LogFactory instance found which is not accessible!");
loader = null;
} catch (final InvocationTargetException ex) {
// This is not expected