Fix a couple more typos

This commit is contained in:
fanquake
2012-06-30 17:05:28 +08:00
parent e749405297
commit 7790f391ab
4 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ int static permute(int n)
return ret;
}
// Test that an mruset acts like a moving window, if no duplcate elements are added
// Test that an mruset acts like a moving window, if no duplicate elements are added
BOOST_AUTO_TEST_CASE(mruset_window)
{
mruset<int> mru(MAX_SIZE);