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
+}