From 3261ca754fc6ab86e3bfe567d80f649d0bfe8dc7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 4 Sep 2017 23:10:12 -0700 Subject: [PATCH] Fixed typos in 2.0.6 patch notes --- WhatsNew.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WhatsNew.txt b/WhatsNew.txt index b7764c18c4971..06d590b5b5a9e 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -50,8 +50,8 @@ Windows: * The new default audio driver on Windows is WASAPI and supports hot-plugging devices and changing the default audio device * The old XAudio2 audio driver is deprecated and will be removed in the next release * Added hints SDL_HINT_WINDOWS_INTRESOURCE_ICON and SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL to specify a custom icon resource ID for SDL windows -* The hint SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING is now on by default for compatbility with .NET languages and various Windows debuggers -* Updated the GUID format for game controller mappings, older mappings will be cautomatically converted on load +* The hint SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING is now on by default for compatibility with .NET languages and various Windows debuggers +* Updated the GUID format for game controller mappings, older mappings will be automatically converted on load * Implemented the SDL_WINDOW_ALWAYS_ON_TOP flag on Windows Linux: