Corrected spelling change in comment

This commit is contained in:
Edward Diener
2013-12-14 15:06:08 -05:00
parent 49fc1e99ef
commit 0762a554c6

View File

@@ -86,7 +86,7 @@
# define BOOST_NO_STD_LOCALE # define BOOST_NO_STD_LOCALE
#endif #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 // or clang-cl. If exceptions are off you must manually include the
// <exception> header before including the <typeinfo> header. Admittedly // <exception> header before including the <typeinfo> header. Admittedly
// trying to use Boost libraries or the standard C++ libraries without // trying to use Boost libraries or the standard C++ libraries without