Author: maartenc
Date: Thu Dec 23 22:51:20 2010
New Revision: 1052404

URL: http://svn.apache.org/viewvc?rev=1052404&view=rev
Log:
Spelling corrections.

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java?rev=1052404&r1=1052403&r2=1052404&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java 
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/GlobPatternMapper.java 
Thu Dec 23 22:51:20 2010
@@ -74,7 +74,7 @@ public class GlobPatternMapper implement
     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 implement
     }
 
     /**
-     * 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.


Reply via email to