per gripe from Michael Paquier.
* Studio 2015 the minimum requirement is Windows Vista (0x0600) to
* get support for GetLocaleInfoEx() with locales. For everything else
* the minumum version is Windows XP (0x0501).
- * Also for VS2015, add a define that stops compiler complaints about
+ * Also for VS2015, add a define that stops compiler complaints about
* using the old Winsock API.
*/
#if defined(_MSC_VER) && _MSC_VER >= 1900