This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9343daed837bc290b2766bfdf49bce53e92ff744 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Feb 17 09:53:36 2020 +0000 Fix comment typo --- java/javax/servlet/http/HttpServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/servlet/http/HttpServlet.java b/java/javax/servlet/http/HttpServlet.java index 8478e4c..fa69ef5 100644 --- a/java/javax/servlet/http/HttpServlet.java +++ b/java/javax/servlet/http/HttpServlet.java @@ -446,7 +446,7 @@ public abstract class HttpServlet extends GenericServlet { /** * Called by the server (via the <code>service</code> method) - * to allow a servlet to handle a OPTIONS request. + * to allow a servlet to handle an OPTIONS request. * * The OPTIONS request determines which HTTP methods * the server supports and --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org