From 4b329724cccfa43eeb36cdbd81184bc7b1afa906 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 8 Apr 2011 20:22:41 +0000 Subject: [PATCH] sp git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090430 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tools/ant/types/selectors/ExtendFileSelector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java b/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java index 4c64d110c..fe974065e 100644 --- a/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java +++ b/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java @@ -23,7 +23,7 @@ import org.apache.tools.ant.types.Parameterizable; /** * This is the interface to be used by all custom selectors, those that are * called through the <custom> tag. It is the amalgamation of two - * interfaces, the FileSelector and the Paramterizable interface. Note that + * interfaces, the FileSelector and the Parameterizable interface. Note that * you will almost certainly want the default behaviour for handling * Parameters, so you probably want to use the BaseExtendSelector class * as the base class for your custom selector rather than implementing