Author: markt Date: Mon May 16 14:58:00 2016 New Revision: 1744065 URL: http://svn.apache.org/viewvc?rev=1744065&view=rev Log: Fix typo
Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?rev=1744065&r1=1744064&r2=1744065&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Mon May 16 14:58:00 2016 @@ -119,7 +119,7 @@ public class JreMemoryLeakPreventionList * multiple root causes for this. Some of these are particularly nasty as * profilers may not identify any GC roots related to the leak. For example, * with YourKit you need to ensure that HPROF format memory snapshots are - * used to be abel to trace some of the leaks. + * used to be able to trace some of the leaks. */ private boolean xmlParsingProtection = true; public boolean isXmlParsingProtection() { return xmlParsingProtection; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org