1
0

Normalize to US English spelling.

This commit is contained in:
Gary Gregory
2021-02-08 14:06:20 -05:00
parent f4fdecd778
commit 610117ab32
2 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public class ServletContextCleaner implements ServletContextListener {
// the LogFactory instance that is visible from the ancestor
// classloader. However the concrete logging library it points
// to is expected to have been loaded via the TCCL, so the
// underlying logging lib is only initialised/configured once.
// underlying logging lib is only initialized/configured once.
// These references from ancestor LogFactory classes down to
// TCCL classloaders are held via weak references and so should
// be released but there are circumstances where they may not.