mbenson 2004/12/17 12:33:54 Modified: src/main/org/apache/tools/ant/dispatch DispatchTask.java Log: Spelling Revision Changes Path 1.3 +2 -2 ant/src/main/org/apache/tools/ant/dispatch/DispatchTask.java Index: DispatchTask.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/dispatch/DispatchTask.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DispatchTask.java 10 Jun 2004 18:01:47 -0000 1.2 +++ DispatchTask.java 17 Dec 2004 20:33:54 -0000 1.3 @@ -20,7 +20,7 @@ /** * 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. * <br/> * Example:<br/> @@ -43,4 +43,4 @@ public String getAction() { return action; } -} \ No newline at end of file +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]