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 f40cd30 Fix typo f40cd30 is described below commit f40cd302930afb8258bbc3360f872457d753178a 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