From b84ce0d484073703e3fee3f4006212ee4f122151 Mon Sep 17 00:00:00 2001 From: Matthew Morrison Date: Sat, 11 Jun 2022 20:07:26 -0500 Subject: [PATCH] Fix typo platform was spelled like plattform --- include/SDL_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_system.h b/include/SDL_system.h index 6fdadb0e6..cf5c320f7 100644 --- a/include/SDL_system.h +++ b/include/SDL_system.h @@ -548,7 +548,7 @@ extern DECLSPEC const wchar_t * SDLCALL SDL_WinRTGetFSPathUNICODE(SDL_WinRT_Path extern DECLSPEC const char * SDLCALL SDL_WinRTGetFSPathUTF8(SDL_WinRT_Path pathType); /** - * Detects the device family of WinRT plattform at runtime. + * Detects the device family of WinRT platform at runtime. * * \returns a value from the SDL_WinRT_DeviceFamily enum. *