stevel      2005/03/08 03:51:15

  Modified:    src/main/org/apache/tools/ant/taskdefs Execute.java
  Log:
  typo in the javadocs
  
  Revision  Changes    Path
  1.91      +2 -2      ant/src/main/org/apache/tools/ant/taskdefs/Execute.java
  
  Index: Execute.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Execute.java,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- Execute.java      7 Mar 2005 15:23:37 -0000       1.90
  +++ Execute.java      8 Mar 2005 11:51:15 -0000       1.91
  @@ -198,7 +198,7 @@
       /**
        * This is the operation to get our environment.
        * It is a notorious troublespot pre-Java1.5, and should be approached
  -     * with extreme cuation.
  +     * with extreme caution.
        * @return
        */
       private static String[] getProcEnvCommand() {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to