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 c73c16e Fix typo c73c16e is described below commit c73c16e15ff20aa120c88c77d79e4ee05d8d7cdd Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 24 20:09:44 2019 +0100 Fix typo --- java/org/apache/catalina/servlets/DefaultServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java b/java/org/apache/catalina/servlets/DefaultServlet.java index d7fde267..f404973 100644 --- a/java/org/apache/catalina/servlets/DefaultServlet.java +++ b/java/org/apache/catalina/servlets/DefaultServlet.java @@ -1379,7 +1379,7 @@ public class DefaultServlet extends HttpServlet { /** * Parse the content-range header. * - * @param request The servlet request we a)re processing + * @param request The servlet request we are processing * @param response The servlet response we are creating * @return the range object * @throws IOException an IO error occurred --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org