aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeki Gulcu <ceki@qos.ch>2015-01-06 21:10:39 +0100
committerCeki Gulcu <ceki@qos.ch>2015-01-06 21:10:39 +0100
commitf0cfe95276a0021bdc0de04d6e4e5b51a082b573 (patch)
tree6193a64e4aa72501e7406de7d2cafa1fa637bc18
parentb774476b17353e929a2572efc97d3463d150d85b (diff)
downloadslf4j-f0cfe95276a0021bdc0de04d6e4e5b51a082b573.tar.gz
typo fix
-rwxr-xr-xslf4j-site/src/site/pages/codes.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html
index 31eecdd7..f331be3b 100755
--- a/slf4j-site/src/site/pages/codes.html
+++ b/slf4j-site/src/site/pages/codes.html
@@ -90,7 +90,7 @@
<!-- ====================================================== -->
<h3 class="doAnchor" name="loggerNameMismatch">Detected logger
- name mismatch. </h3>
+ name mismatch</h3>
<p>Logger name mismatch warnings are printed only if the
<code>slf4j.detectLoggerNameMismatch</code> system property is set
@@ -137,9 +137,8 @@ class B extends A {
explained, then you might have spotted a white elephant, that is a
very rare occurrence where SLF4J cannot correctly compute the name
of the class where a logger is defined. We are very interested to
- learn about cases where SLF4J fails to correclty compute the name
- of the class where a logger is defined. If and when you spot such
- a case, please do file a <a href="bug-reporting.html">bug
+ learn about such cases. If and when you spot an inexplicable
+ mismatch, please do file a <a href="bug-reporting.html">bug
report</a> with us.
</p>