Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 60897 invoked from network); 20 Dec 2009 17:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 17:38:52 -0000 Received: (qmail 16161 invoked by uid 500); 20 Dec 2009 17:38:51 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 16068 invoked by uid 500); 20 Dec 2009 17:38:51 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 16057 invoked by uid 99); 20 Dec 2009 17:38:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 17:38:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 17:38:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE4CC238898B; Sun, 20 Dec 2009 17:38:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r892621 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Date: Sun, 20 Dec 2009 17:38:28 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091220173828.AE4CC238898B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Sun Dec 20 17:38:28 2009 New Revision: 892621 URL: http://svn.apache.org/viewvc?rev=892621&view=rev Log: Comment 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=892621&r1=892620&r2=892621&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Sun Dec 20 17:38:28 2009 @@ -81,7 +81,7 @@ /** * XML parsing can pin a web application class loader in memory. This is - * particularly nasty as profilers (at least YourKit and Eclispe MAT) don't + * particularly nasty as profilers (at least YourKit and Eclipse MAT) don't * identify any GC roots related to this. */ private boolean xmlParsingProtection = true; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org