This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new a3c53ef Fix typo a3c53ef is described below commit a3c53efdb74edb95ecaecc1b240c99a1cf6fff7d 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 9861feb..ec7da36 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