Browse Source

Spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277251 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
447b857382
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/dispatch/DispatchTask.java

+ 2
- 2
src/main/org/apache/tools/ant/dispatch/DispatchTask.java View File

@@ -20,7 +20,7 @@ import org.apache.tools.ant.Task;


/** /**
* Tasks extending this class may contain multiple actions. * 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. * value of the action attribute of the task.
* <br/> * <br/>
* Example:<br/> * Example:<br/>
@@ -43,4 +43,4 @@ public abstract class DispatchTask extends Task implements Dispatchable {
public String getAction() { public String getAction() {
return action; return action;
} }
}
}

Loading…
Cancel
Save