浏览代码

Fix typo

platform was spelled like plattform
Matthew Morrison 3 年之前
父节点
当前提交
b84ce0d484
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_system.h

+ 1 - 1
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.
  *