Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jetty-build-support/src/main/resources/jetty/pmd_logging_ruleset.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-build-support/src/main/resources/jetty/pmd_logging_ruleset.xml b/jetty-build-support/src/main/resources/jetty/pmd_logging_ruleset.xml
index f836174..9e1c492 100644
--- a/jetty-build-support/src/main/resources/jetty/pmd_logging_ruleset.xml
+++ b/jetty-build-support/src/main/resources/jetty/pmd_logging_ruleset.xml
@@ -14,7 +14,7 @@
<description>
AvoidAnonymousLogging finds instances of Anonymous logging use.
This is bad form and treats logging of the system as a whole, not
-descrete parts that can be adjusted (attaching different levels and
+discrete parts that can be adjusted (attaching different levels and
appenders depending on need)
</description>
<priority>3</priority>

Back to the top