Browse Source

typos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090304 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 14 years ago
parent
commit
acaefe7e82
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/helper/ProjectHelper2.java

+ 2
- 2
src/main/org/apache/tools/ant/helper/ProjectHelper2.java View File

@@ -93,12 +93,12 @@ public class ProjectHelper2 extends ProjectHelper {
}

/**
* Parse the given URL as an antlib descriptor an return the
* Parse the given URL as an antlib descriptor and return the
* content as something that can be turned into an Antlib task.
*
* <p>simply delegates to {@link #parseUnknownElement
* parseUnknownElement} if the resource provides an URL and throws
* an exceptipn otherwise.</p>
* an exception otherwise.</p>
*
* @since Ant 1.8.0
*/


Loading…
Cancel
Save