You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2011/04/08 22:22:41 UTC

svn commit: r1090430 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java

Author: mbenson
Date: Fri Apr  8 20:22:41 2011
New Revision: 1090430

URL: http://svn.apache.org/viewvc?rev=1090430&view=rev
Log:
sp

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java?rev=1090430&r1=1090429&r2=1090430&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java Fri Apr  8 20:22:41 2011
@@ -23,7 +23,7 @@ import org.apache.tools.ant.types.Parame
 /**
  * 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