This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 8c9ff1e184c7f59fea308baa899aefef33ac124d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 16 18:04:20 2020 +0100 Fix spellings Based on a PR provided by John Bampton --- res/findbugs/filter-false-positives.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/findbugs/filter-false-positives.xml b/res/findbugs/filter-false-positives.xml index 322e1c8..2a44dd8 100644 --- a/res/findbugs/filter-false-positives.xml +++ b/res/findbugs/filter-false-positives.xml @@ -1055,7 +1055,7 @@ <Bug pattern="NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT" /> </Match> <Match> - <!-- Natural ordering behaviour is docuemented in Javadoc --> + <!-- Natural ordering behaviour is documented in Javadoc --> <Class name="org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject" /> <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" /> </Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org