From 51ef80681425ff9559c8ba7750ce2a31502ba703 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 23 Apr 2007 21:14:23 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@531604 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/ScriptRunnerCreator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.