You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2004/11/17 19:57:49 UTC

cvs commit: ant/docs/manual/CoreTypes filterchain.html

mbenson     2004/11/17 10:57:49

  Modified:    docs/manual/CoreTypes filterchain.html
  Log:
  Spelling
  
  Revision  Changes    Path
  1.22      +3 -3      ant/docs/manual/CoreTypes/filterchain.html
  
  Index: filterchain.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/filterchain.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- filterchain.html	16 Nov 2004 08:12:34 -0000	1.21
  +++ filterchain.html	17 Nov 2004 18:57:49 -0000	1.22
  @@ -420,7 +420,7 @@
   
   <H4>Example:</H4>
   
  -This replaces occurences of the string &#64;DATE&#64; in the data
  +This replaces occurrences of the string &#64;DATE&#64; in the data
   with today's date and stores it in the property ${src.file.replaced}
   <BLOCKQUOTE><PRE>
   &lt;tstamp/&gt;
  @@ -967,7 +967,7 @@
   careful not to use this on very large input.
   <H4>Examples:</H4>
   
  -Replace the first occurance of package with //package.
  +Replace the first occurrence of package with //package.
   <BLOCKQUOTE><PRE>
   &lt;tokenfilter&gt;
         &lt;filetokenizer/&gt;
  @@ -1135,7 +1135,7 @@
   </TABLE>
   <H4>Examples:</H4>
   
  -Replace all occurances of "hello" with "world", ignoring case.
  +Replace all occurrences of "hello" with "world", ignoring case.
   
   <BLOCKQUOTE><PRE>
   &lt;tokenfilter&gt;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org