This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 034aa71 Typo 034aa71 is described below commit 034aa7163abcfa62bfc97ff5e0148ab8eebecd23 Author: remm <r...@apache.org> AuthorDate: Thu Feb 13 10:41:21 2020 +0100 Typo --- java/org/apache/coyote/ajp/AjpProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/ajp/AjpProcessor.java b/java/org/apache/coyote/ajp/AjpProcessor.java index 0d82ea1..28f8c25 100644 --- a/java/org/apache/coyote/ajp/AjpProcessor.java +++ b/java/org/apache/coyote/ajp/AjpProcessor.java @@ -748,7 +748,7 @@ public class AjpProcessor extends AbstractProcessor { request.setAttribute(n, v); } else if (jakartaAttributeMapping.containsKey(n)) { // AJP uses the Java Servlet attribute names. - // Need to convert these to Jakarta SAervlet. + // Need to convert these to Jakarta Servlet. request.setAttribute(jakartaAttributeMapping.get(n), v); } else { // All 'known' attributes will be processed by the previous --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org