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 7138fa9 Fix typo 7138fa9 is described below commit 7138fa9569109de02fd1545069c7c4f98c810dba Author: 康智冬 <world...@gmail.com> AuthorDate: Mon Aug 17 20:53:18 2020 +0800 Fix typo Fix typo --- java/org/apache/catalina/startup/EngineConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/startup/EngineConfig.java b/java/org/apache/catalina/startup/EngineConfig.java index 65f1b6d..45e7457 100644 --- a/java/org/apache/catalina/startup/EngineConfig.java +++ b/java/org/apache/catalina/startup/EngineConfig.java @@ -29,7 +29,7 @@ import org.apache.tomcat.util.res.StringManager; /** - * Startup event listener for a <b>Engine</b> that configures the properties + * Startup event listener for an <b>Engine</b> that configures the properties * of that Engine, and the associated defined contexts. * * @author Craig R. McClanahan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org