summaryrefslogtreecommitdiff
path: root/boost/wave/util/flex_string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/wave/util/flex_string.hpp')
-rw-r--r--boost/wave/util/flex_string.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/wave/util/flex_string.hpp b/boost/wave/util/flex_string.hpp
index 21c7e75fd1..73c604682c 100644
--- a/boost/wave/util/flex_string.hpp
+++ b/boost/wave/util/flex_string.hpp
@@ -1988,7 +1988,7 @@ public:
flex_string& replace(size_type pos, size_type n1, const value_type* s)
{ return replace(pos, n1, s, traits_type::length(s)); }
- // Replaces at most n1 chars of *this, starting with pos, with n2 occurences of c
+ // Replaces at most n1 chars of *this, starting with pos, with n2 occurrences of c
// consolidated with
// Replaces at most n1 chars of *this, starting with pos,
// with at most n2 chars of str.