From 0762a554c697d4cf4452e129f17d7d96945c06f2 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 14 Dec 2013 15:06:08 -0500 Subject: [PATCH] Corrected spelling change in comment --- include/boost/config/stdlib/dinkumware.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/dinkumware.hpp b/include/boost/config/stdlib/dinkumware.hpp index e2a01d91..96e2b6aa 100644 --- a/include/boost/config/stdlib/dinkumware.hpp +++ b/include/boost/config/stdlib/dinkumware.hpp @@ -86,7 +86,7 @@ # define BOOST_NO_STD_LOCALE #endif -// Fix for VC++ 8.0 on up ( I do not have a previous vesion to test ) +// Fix for VC++ 8.0 on up ( I do not have a previous version to test ) // or clang-cl. If exceptions are off you must manually include the // header before including the header. Admittedly // trying to use Boost libraries or the standard C++ libraries without