You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2011/04/08 17:45:49 UTC

svn commit: r1090304 - /ant/core/trunk/src/main/org/apache/tools/ant/helper/ProjectHelper2.java

Author: mbenson
Date: Fri Apr  8 15:45:49 2011
New Revision: 1090304

URL: http://svn.apache.org/viewvc?rev=1090304&view=rev
Log:
typos

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/helper/ProjectHelper2.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/helper/ProjectHelper2.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/helper/ProjectHelper2.java?rev=1090304&r1=1090303&r2=1090304&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/helper/ProjectHelper2.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/helper/ProjectHelper2.java Fri Apr  8 15:45:49 2011
@@ -93,12 +93,12 @@ public class ProjectHelper2 extends Proj
     }
 
     /**
-     * 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
      */