From de9ad8df7493945fa07fbb925748c7d0cc59ecbc Mon Sep 17 00:00:00 2001
From: Darin Adler
Date: Thu, 11 Oct 2001 17:26:04 +0000
Subject: [PATCH] Fix spelling error: "occurances" -> "occurrences".
[SVN r11376]
---
template_class_ref.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template_class_ref.htm b/template_class_ref.htm
index e2b2e924..0788cf5c 100644
--- a/template_class_ref.htm
+++ b/template_class_ref.htm
@@ -1985,7 +1985,7 @@ not match are copied to the output unchanged only if the flags
parameter does not have the flag format_no_copy
set. If the flag format_first_only is
set then only the first occurance is replaced rather than all
-occurances.
+occurrences.
template <class OutputIterator, class iterator, class traits, class Allocator, class charT>
OutputIterator regex_merge(OutputIterator out,