This is an automated email from the ASF dual-hosted git repository. markt 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 a2b1116 Fix typo a2b1116 is described below commit a2b111678c37d8a0a6ba841737a1668d381077b5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Apr 12 11:36:57 2019 +0100 Fix typo --- java/org/apache/catalina/startup/ExpandWar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/startup/ExpandWar.java b/java/org/apache/catalina/startup/ExpandWar.java index 7fd7144..c9b9b74 100644 --- a/java/org/apache/catalina/startup/ExpandWar.java +++ b/java/org/apache/catalina/startup/ExpandWar.java @@ -68,7 +68,7 @@ public class ExpandWar { * @exception IOException if an input/output error was encountered * during expansion * - * @return The absolute path to the expanded directory foe the given WAR + * @return The absolute path to the expanded directory for the given WAR */ public static String expand(Host host, URL war, String pathname) throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org