[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

View File

@ -43,7 +43,7 @@ namespace
BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(),
test.begin(), test.end() );
// copy the orignal reference sequence
// copy the original reference sequence
Container reference_copy(reference);
std::transform(reference.begin(), reference.end(), reference.begin(), DoubleValue());