From 810aab73cc0ed3ecd115b3406152637840f22ed2 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Thu, 23 Dec 2010 22:51:20 +0000 Subject: [PATCH] Spelling corrections. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1052404 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/GlobPatternMapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/GlobPatternMapper.java b/src/main/org/apache/tools/ant/util/GlobPatternMapper.java index 7181828e5..61e910d3a 100644 --- a/src/main/org/apache/tools/ant/util/GlobPatternMapper.java +++ b/src/main/org/apache/tools/ant/util/GlobPatternMapper.java @@ -74,7 +74,7 @@ public class GlobPatternMapper implements FileNameMapper { private boolean caseSensitive = true; /** - * Attribute specifing whether to ignore the difference + * Attribute specifying whether to ignore the difference * between / and \ (the two common directory characters). * @param handleDirSep a boolean, default is false. * @since Ant 1.6.3 @@ -84,7 +84,7 @@ public class GlobPatternMapper implements FileNameMapper { } /** - * Attribute specifing whether to ignore the case difference + * Attribute specifying whether to ignore the case difference * in the names. * * @param caseSensitive a boolean, default is false.