This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 8728d89 Fix typo
8728d89 is described below
commit 8728d89dfa1542ced0c7bc0a00db56f8f0e8338f
Author: 康智冬 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]