Browse Source

javadoc spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@680706 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 17 years ago
parent
commit
fdc28daf8d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java View File

@@ -132,7 +132,7 @@ public class ScriptDef extends DefBase {
* 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 @@ public class ScriptDef extends DefBase {
/**
* 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;


Loading…
Cancel
Save