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