This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 9a216f74b3 corrected capitalization
9a216f74b3 is described below
commit 9a216f74b32657a6cfbc0a66736765d1cc5490b4
Author: Christian Grobmeier <[email protected]>
AuthorDate: Tue Aug 1 23:57:56 2023 +0200
corrected capitalization
---
src/site/xdoc/manual/configuration.xml.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/manual/configuration.xml.vm
b/src/site/xdoc/manual/configuration.xml.vm
index b55edd02d0..8253b31917 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -291,7 +291,7 @@ public class MyApp {
}
]]></pre>
<p>
- <code>MyApp</code> begins by importing log4j related classes. It
+ <code>MyApp</code> begins by importing Log4j related classes. It
then defines a static logger variable with the name
<code>MyApp</code>
which happens to be the fully qualified name of the class.
</p>