Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93BCE10423 for ; Thu, 26 Sep 2013 21:26:31 +0000 (UTC) Received: (qmail 95093 invoked by uid 500); 26 Sep 2013 21:26:17 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 94920 invoked by uid 500); 26 Sep 2013 21:26:11 -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 94779 invoked by uid 99); 26 Sep 2013 21:26:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 21:26:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 26 Sep 2013 21:26:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D8E62238899C for ; Thu, 26 Sep 2013 21:25:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1526706 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java Date: Thu, 26 Sep 2013 21:25:41 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130926212541.D8E62238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Thu Sep 26 21:25:41 2013 New Revision: 1526706 URL: http://svn.apache.org/r1526706 Log: Fix typo Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java?rev=1526706&r1=1526705&r2=1526706&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java Thu Sep 26 21:25:41 2013 @@ -33,7 +33,7 @@ import java.util.Objects; * * When configuring a mapping from a well-known URI to a TLD, a user is allowed * to specify just the name of a JAR file that implicitly contains a TLD in - * META-INF/taglib.tld. Such a mapping must be explcitly converted + * META-INF/taglib.tld. Such a mapping must be explicitly converted * to a URL and entryName when using this implementation. */ public class TldResourcePath { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org