Fix spelling error: "occurances" -> "occurrences".

[SVN r11376]
This commit is contained in:
Darin Adler
2001-10-11 17:26:04 +00:00
parent a042a0b6de
commit de9ad8df74

View File

@ -1985,7 +1985,7 @@ not match are copied to the output unchanged only if the flags
parameter does not have the flag <a href="#format_flags">format_no_copy</a>
set. If the flag <a href="#format_flags">format_first_only</a> is
set then only the first occurance is replaced rather than all
occurances.</p>
occurrences.</p>
<pre><b>template</b> &lt;<b>class</b> OutputIterator, <b>class</b> iterator, <b>class</b> traits, <b>class</b> Allocator, <b>class</b> charT&gt;
OutputIterator regex_merge(OutputIterator out,&nbsp;