From 4954d8076ed66ed5af85400fda346db2d42d6854 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Wed, 16 Feb 2011 22:10:16 +0000 Subject: [PATCH] Fixed typing error. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1071420 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/FileNameMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/FileNameMapper.java b/src/main/org/apache/tools/ant/util/FileNameMapper.java index b0d32b39d..bbd826141 100644 --- a/src/main/org/apache/tools/ant/util/FileNameMapper.java +++ b/src/main/org/apache/tools/ant/util/FileNameMapper.java @@ -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);