This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new b504f28ea6 Fix typo b504f28ea6 is described below commit b504f28ea6c79a58e2b58c6952e1b8777f23c231 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