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 b966770 Capitalize
b966770 is described below
commit b9667701e690a4115b90ef95a67b9858e1010296
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 14 07:42:36 2024 -0400
Capitalize
---
src/site/xdoc/guide.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/guide.xml b/src/site/xdoc/guide.xml
index 2c2174e..9d5943d 100644
--- a/src/site/xdoc/guide.xml
+++ b/src/site/xdoc/guide.xml
@@ -167,7 +167,7 @@ pre-1.0 versions of this API, an attribute
<code>org.apache.commons.logging.log</code> is also consulted).
</p>
<p>
-Configuration attributes can be set explicitly by java code, but they are more
+Configuration attributes can be set explicitly by Java code, but they are more
commonly set by placing a file named <code>commons-logging.properties</code>
in the classpath.
When such a file exists, every entry in the properties file becomes an
"attribute"
of the LogFactory. When there is more than one such file in the classpath,
releases