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
commit 91fc5fc7529bc50ee46b2140465474d6a5eddbfb Author: 康智冬 <world...@gmail.com> AuthorDate: Mon Sep 2 20:41:45 2019 +0800 Fix typo --- java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java index 398acfe..1851634 100644 --- a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java +++ b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java @@ -70,7 +70,7 @@ public class JreMemoryLeakPreventionListener implements LifecycleListener { * Protect against the memory leak caused when the first call to * <code>sun.awt.AppContext.getAppContext()</code> is triggered by a web * application. Defaults to <code>false</code> since Tomcat code no longer - * triggers this althoguh application code may. + * triggers this although application code may. */ private boolean appContextProtection = false; public boolean isAppContextProtection() { return appContextProtection; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org