This is an automated email from the ASF dual-hosted git repository.
ggregory 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 69fb5de Normalize Javadoc spelling
69fb5de is described below
commit 69fb5de0463ef9c383586d51c9e8fb9b14daa481
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 15 10:10:06 2026 -0500
Normalize Javadoc spelling
---
RELEASE-NOTES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 18d43be..407518f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -683,7 +683,7 @@ New Features
class loaders that closely simulate the scenario of using
commons-logging in a servlet container.
-[documentation] Overall cleanup and correction of the JavaDoc documentation
+[documentation] Overall cleanup and correction of the Javadoc documentation
to correctly reflect the current behavior. In particular,
the default logging implementation (selected if nothing
else is configured) is now SimpleLog, not NoOpLog.