Author: maartenc
Date: Wed Feb 16 22:10:16 2011
New Revision: 1071420
URL: http://svn.apache.org/viewvc?rev=1071420&view=rev
Log:
Fixed typing error.
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java?rev=1071420&r1=1071419&r2=1071420&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/FileNameMapper.java Wed
Feb 16 22:10:16 2011
@@ -53,7 +53,7 @@ public interface FileNameMapper {
*
* @param sourceFileName the name of the source file relative to
* some given basedirectory.
- * @return an array of strings if the ruld applies to the source file, or
+ * @return an array of strings if the rule applies to the source file, or
* null if it does not.
*/
String[] mapFileName(String sourceFileName);