bodewig     2004/02/19 04:45:03

  Modified:    docs     faq.html
               xdocs    faq.xml
  Log:
  typos
  
  Revision  Changes    Path
  1.93      +3 -3      ant/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/faq.html,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- faq.html  18 Feb 2004 16:01:14 -0000      1.92
  +++ faq.html  19 Feb 2004 12:45:03 -0000      1.93
  @@ -1557,7 +1557,7 @@
           </p>
                           <p>
             There was a number of valid reasons for this change. But the 
backward
  -          compatibility problems were not noticied until after Ant 1.6.0 was
  +          compatibility problems were not noticed until after Ant 1.6.0 was
             released.
           </p>
                           <p>
  @@ -1570,11 +1570,11 @@
             If you want to do more processing on the task,
             you need to use the techniques in 
apache.tools.ant.taskdefs.Antlib#execute()
             This does make use of one 1.6 method call (UE#getRealObject()),
  -          you need to use UE#getTask() instread - this will
  +          you need to use UE#getTask() instead - this will
             return null for non tasks (types like fileset id=x).
           </p>
                           <p>
  -          So.. interate over the tasks, if they are UEs, convert them to
  +          So.. iterate over the tasks, if they are UEs, convert them to
             tasks, using UE#maybeConfigure and UE#getTask()
           </p>
                           <pre class="code">
  
  
  
  1.50      +3 -3      ant/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/faq.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- faq.xml   18 Feb 2004 16:01:14 -0000      1.49
  +++ faq.xml   19 Feb 2004 12:45:03 -0000      1.50
  @@ -1371,7 +1371,7 @@
           </p>
           <p>
             There was a number of valid reasons for this change. But the 
backward
  -          compatibility problems were not noticied until after Ant 1.6.0 was
  +          compatibility problems were not noticed until after Ant 1.6.0 was
             released.
           </p>
           <p>
  @@ -1384,11 +1384,11 @@
             If you want to do more processing on the task,
             you need to use the techniques in 
apache.tools.ant.taskdefs.Antlib#execute()
             This does make use of one 1.6 method call (UE#getRealObject()),
  -          you need to use UE#getTask() instread - this will
  +          you need to use UE#getTask() instead - this will
             return null for non tasks (types like fileset id=x).
           </p>
           <p>
  -          So.. interate over the tasks, if they are UEs, convert them to
  +          So.. iterate over the tasks, if they are UEs, convert them to
             tasks, using UE#maybeConfigure and UE#getTask()
           </p>
           <source><![CDATA[
  
  
  

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

Reply via email to