From c6d7ab8f8f1507c954867d48335f6c46239bc63a Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Fri, 30 Jan 2015 15:22:48 -0700 Subject: [PATCH] Correct spelling of "suppress" --- test/assert_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/assert_test.cpp b/test/assert_test.cpp index 26051ac..3233828 100644 --- a/test/assert_test.cpp +++ b/test/assert_test.cpp @@ -58,7 +58,7 @@ void test_disabled() BOOST_ASSERT(p); BOOST_ASSERT_MSG(p, "msg"); - // supress warnings + // suppress warnings p = &x; p = &p; }