summaryrefslogtreecommitdiff
path: root/boost/format/feed_args.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/format/feed_args.hpp')
-rw-r--r--boost/format/feed_args.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/format/feed_args.hpp b/boost/format/feed_args.hpp
index dcfd955b36..95bbe5e252 100644
--- a/boost/format/feed_args.hpp
+++ b/boost/format/feed_args.hpp
@@ -274,7 +274,7 @@ namespace detail {
template< class Ch, class Tr, class Alloc, class T>
void distribute (basic_format<Ch,Tr, Alloc>& self, T x) {
- // call put(x, ..) on every occurence of the current argument :
+ // call put(x, ..) on every occurrence of the current argument :
if(self.cur_arg_ >= self.num_args_) {
if( self.exceptions() & too_many_args_bit )
boost::throw_exception(too_many_args(self.cur_arg_, self.num_args_));