X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/668d55c925fb0d434b895de277c90546994b69e7..f55fee08e9d56f3994e0af75efe179d14a6258e7:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 3a37146aa0..cadd211ead 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -269,7 +269,7 @@ // Use standard C++ streams if 1. If 0, use wxWin streams implementation only. #define wxUSE_STD_IOSTREAM 0 -// Enable converion to standard C++ string if 1. +// Enable conversion to standard C++ string if 1. #define wxUSE_STD_STRING 0 // ---------------------------------------------------------------------------- @@ -983,7 +983,7 @@ #define wxODBC_FWD_ONLY_CURSORS 1 // Default is 0. Set to 1 to use the deprecated classes, enum types, function, -// member variables. With a setting of 1, full backward compatability with the +// member variables. With a setting of 1, full backward compatibility with the // 2.0.x release is possible. It is STRONGLY recommended that this be set to 0, // as future development will be done only on the non-deprecated // functions/classes/member variables/etc.