From 5622afdafa695d0288e0e4e624c8ec58dbf2d15c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 29 Jan 2012 22:54:03 +0000 Subject: [PATCH] Iostreams: Merge spelling fix. [SVN r76787] --- test/helpers/invariants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/invariants.hpp b/test/helpers/invariants.hpp index 2acb30e2..3caf1eca 100644 --- a/test/helpers/invariants.hpp +++ b/test/helpers/invariants.hpp @@ -38,7 +38,7 @@ namespace test it = x1.begin(), end = x1.end(); BOOST_DEDUCED_TYPENAME X::size_type size = 0; while(it != end) { - // First test that the current key has not occured before, required + // First test that the current key has not occurred before, required // to test either that keys are unique or that equivalent keys are // adjacent. (6.3.1/6) key_type key = get_key(*it);