Browse Source

Spelling corrections.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1052404 13f79535-47bb-0310-9956-ffa450edef68
master
Maarten Coene 14 years ago
parent
commit
810aab73cc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/util/GlobPatternMapper.java

+ 2
- 2
src/main/org/apache/tools/ant/util/GlobPatternMapper.java View File

@@ -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.


Loading…
Cancel
Save