Browse Source

fixing typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1057294 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 14 years ago
parent
commit
94d175bffc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/WritableSelector.java

+ 1
- 1
src/main/org/apache/tools/ant/types/selectors/WritableSelector.java View File

@@ -26,7 +26,7 @@ import org.apache.tools.ant.types.resources.selectors.ResourceSelector;
/**
* A selector that selects writable files.
*
* <p>Writable is definied in terms of java.io.File#canWrite, this
* <p>Writable is defined in terms of java.io.File#canWrite, this
* means the selector will accept any file that exists and is
* writable by the application.</p>
*


Loading…
Cancel
Save