diff --git a/src/main/org/apache/tools/ant/util/ScriptRunnerCreator.java b/src/main/org/apache/tools/ant/util/ScriptRunnerCreator.java index f4ea9ac1b..f71c4065d 100644 --- a/src/main/org/apache/tools/ant/util/ScriptRunnerCreator.java +++ b/src/main/org/apache/tools/ant/util/ScriptRunnerCreator.java @@ -107,7 +107,7 @@ public class ScriptRunnerCreator { * This checks if the script manager exists in the scriptLoader * classloader and if so it creates and returns the script runner. * @param checkManager check if the manager matchs this value. - * @param mangagerClass the name of the script manager class. + * @param managerClass the name of the script manager class. * @param runnerClass the name of ant's script runner for this manager. * @return the script runner class. * @throws BuildException if there is a problem creating the runner class.