This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 6a509c2 Normalize spelling
6a509c2 is described below
commit 6a509c20c19575866242609dad4821be53bb8ba3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:23:34 2026 -0400
Normalize spelling
---
RELEASE-NOTES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 22a828b..889e7c9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -531,7 +531,7 @@ Incompatibilities
-----------------
The protected method LogFactory.getContextClassLoader has been reverted to
pre-1.1
-behaviour. In earlier releases, this method did not use an AccessController
when
+behavior. In earlier releases, this method did not use an AccessController when
obtaining the context classloader. In version 1.1 it did. In this release, it
has
reverted to not using an AccessController; any user-level code that needs to
obtain
a context classloader should itself create an AccessController, and call the