From 447b857382da14dd35f3bd9f294e7f0459b69135 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 17 Dec 2004 20:33:54 +0000 Subject: [PATCH] Spelling git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277251 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/dispatch/DispatchTask.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/dispatch/DispatchTask.java b/src/main/org/apache/tools/ant/dispatch/DispatchTask.java index 15d3b173d..2dcc52e48 100644 --- a/src/main/org/apache/tools/ant/dispatch/DispatchTask.java +++ b/src/main/org/apache/tools/ant/dispatch/DispatchTask.java @@ -20,7 +20,7 @@ import org.apache.tools.ant.Task; /** * Tasks extending this class may contain multiple actions. - * The method that is invoked for executoin depends upon the + * The method that is invoked for execution depends upon the * value of the action attribute of the task. *
* Example:
@@ -43,4 +43,4 @@ public abstract class DispatchTask extends Task implements Dispatchable { public String getAction() { return action; } -} \ No newline at end of file +}