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.

*