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
The following commit(s) were added to refs/heads/9.0.x by this push: new 3302769bee Fix typo 3302769bee is described below commit 3302769bee8a44a14474619a19bf65eb631bbe7e Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 30 14:30:24 2022 +0100 Fix typo --- test/org/apache/coyote/http2/TestHttpServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/coyote/http2/TestHttpServlet.java b/test/org/apache/coyote/http2/TestHttpServlet.java index 99209b5405..cb98abd23a 100644 --- a/test/org/apache/coyote/http2/TestHttpServlet.java +++ b/test/org/apache/coyote/http2/TestHttpServlet.java @@ -22,7 +22,7 @@ import org.junit.Assert; import org.junit.Test; /* - * Implement here rather than jakarta.servlet.http.TestHttpServley because it + * Implement here rather than jakarta.servlet.http.TestHttpServlet because it * needs access to package private classes. */ public class TestHttpServlet extends Http2TestBase { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org