You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ke...@apache.org on 2008/07/29 16:15:59 UTC

svn commit: r680706 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

Author: kevj
Date: Tue Jul 29 07:15:58 2008
New Revision: 680706

URL: http://svn.apache.org/viewvc?rev=680706&view=rev
Log:
javadoc spelling

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java?rev=680706&r1=680705&r2=680706&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java Tue Jul 29 07:15:58 2008
@@ -132,7 +132,7 @@
      * Class to represent a nested element definition
      */
     public static class NestedElement {
-        /** The name of the neseted element */
+        /** The name of the nested element */
         private String name;
 
         /** The Ant type to which this nested element corresponds. */
@@ -264,7 +264,7 @@
     /**
      * Find or create the script repository - it is stored in the project.
      * This method is synchronized on the project under {@link MagicNames#SCRIPT_REPOSITORY}
-     * @return the current script repository registered as a refrence.
+     * @return the current script repository registered as a reference.
      */
     private Map lookupScriptRepository() {
         Map scriptRepository = null;