Browse Source

Spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277045 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
ad2ed128ea
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTypes/filterchain.html

+ 3
- 3
docs/manual/CoreTypes/filterchain.html View File

@@ -420,7 +420,7 @@ user defined values.


<H4>Example:</H4> <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} with today's date and stores it in the property ${src.file.replaced}
<BLOCKQUOTE><PRE> <BLOCKQUOTE><PRE>
&lt;tstamp/&gt; &lt;tstamp/&gt;
@@ -967,7 +967,7 @@ This tokenizer treats <b>all</b> the input as a token. So be
careful not to use this on very large input. careful not to use this on very large input.
<H4>Examples:</H4> <H4>Examples:</H4>


Replace the first occurance of package with //package.
Replace the first occurrence of package with //package.
<BLOCKQUOTE><PRE> <BLOCKQUOTE><PRE>
&lt;tokenfilter&gt; &lt;tokenfilter&gt;
&lt;filetokenizer/&gt; &lt;filetokenizer/&gt;
@@ -1135,7 +1135,7 @@ for an explanation of regex flags.</TD>
</TABLE> </TABLE>
<H4>Examples:</H4> <H4>Examples:</H4>


Replace all occurances of "hello" with "world", ignoring case.
Replace all occurrences of "hello" with "world", ignoring case.


<BLOCKQUOTE><PRE> <BLOCKQUOTE><PRE>
&lt;tokenfilter&gt; &lt;tokenfilter&gt;


Loading…
Cancel
Save