This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit bc2a9051da815fdb119e49b042b31f320aeb329c 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 2042544..c62e9ac 100644 --- a/res/findbugs/filter-false-positives.xml +++ b/res/findbugs/filter-false-positives.xml @@ -1078,7 +1078,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