[range] fix some minor typos in comments - fixes #7916

[SVN r82594]
This commit is contained in:
Nathan Ridge
2013-01-24 09:10:47 +00:00
parent f228ab608a
commit 45a1acb980
22 changed files with 28 additions and 28 deletions

4
include/boost/range/iterator_range_io.hpp Executable file → Normal file
View File

@ -48,7 +48,7 @@ namespace boost
//! iterator_range output operator
/*!
Output the range to an ostream. Elements are outputed
Output the range to an ostream. Elements are outputted
in a sequence without separators.
*/
template< typename IteratorT, typename Elem, typename Traits >
@ -67,7 +67,7 @@ namespace boost
//! iterator_range output operator
/*!
Output the range to an ostream. Elements are outputed
Output the range to an ostream. Elements are outputted
in a sequence without separators.
*/
template< typename IteratorT >