Browse Source

Spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277278 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
eaf787aafc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/types/mappers/FilterMapper.java

+ 3
- 3
src/main/org/apache/tools/ant/types/mappers/FilterMapper.java View File

@@ -30,7 +30,7 @@ import org.apache.tools.ant.util.FileNameMapper;
import org.apache.tools.ant.util.FileUtils;

/**
* This is a filenamemaper based on a FilterChain.
* This is a FileNameMapper based on a FilterChain.
*/
public class FilterMapper extends FilterChain implements FileNameMapper {
/**
@@ -40,7 +40,7 @@ public class FilterMapper extends FilterChain implements FileNameMapper {
*/
public void setFrom(String from) {
throw new UnsupportedAttributeException(
"filtermapper does'nt support the \"from\" attribute.", "from");
"filtermapper doesn't support the \"from\" attribute.", "from");
}

/**
@@ -50,7 +50,7 @@ public class FilterMapper extends FilterChain implements FileNameMapper {
*/
public void setTo(String to) {
throw new UnsupportedAttributeException(
"filtermapper does'nt support the \"to\" attribute.", "to");
"filtermapper doesn't support the \"to\" attribute.", "to");
}

/**


Loading…
Cancel
Save