From 77a6d300bb7735ef3bf4a098c777be303ca7eee5 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 7 Dec 2004 23:39:38 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277147 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Delete.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Delete.java b/src/main/org/apache/tools/ant/taskdefs/Delete.java index 871a14eb9..2aea777e7 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Delete.java +++ b/src/main/org/apache/tools/ant/taskdefs/Delete.java @@ -49,7 +49,7 @@ import org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector; * using the include/exclude syntax. The deltree task would delete a * directory tree. This task combines the functionality of these two * originally distinct tasks. - *

Currently Delete extends MatchingTask. This is intend only + *

Currently Delete extends MatchingTask. This is intended only * to provide backwards compatibility for a release. The future position * is to use nested filesets exclusively.

*