From 377550b005c8ca7931fb3e17d052728501ca05a8 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Tue, 19 Mar 2002 23:18:03 +0000 Subject: [PATCH] Fix typo. Patch sent by Daniel Rall. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271904 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/UnknownElement.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/UnknownElement.java b/src/main/org/apache/tools/ant/UnknownElement.java index b997ced9f..1786ea499 100644 --- a/src/main/org/apache/tools/ant/UnknownElement.java +++ b/src/main/org/apache/tools/ant/UnknownElement.java @@ -314,7 +314,7 @@ public class UnknownElement extends Task { + " - The task is not an Ant core or optional task " + lSep + " and needs to be declared using ." + lSep + lSep - + "Remember that for JAR files to be visible to An t tasks implemented" + lSep + + "Remember that for JAR files to be visible to Ant tasks implemented" + lSep + "in ANT_HOME/lib, the files must be in the same directory or on the" + lSep + "classpath" + lSep + lSep