mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-09 03:16:26 +00:00
SDL_SYSLOADSO.c: Correct spelling mistake
publically -> publicly
This commit is contained in:

committed by
Ryan C. Gordon

parent
6a881302ad
commit
d7a46a16e9
@@ -41,7 +41,7 @@ SDL_LoadObject(const char *sofile)
|
|||||||
}
|
}
|
||||||
tstr = WIN_UTF8ToString(sofile);
|
tstr = WIN_UTF8ToString(sofile);
|
||||||
#ifdef __WINRT__
|
#ifdef __WINRT__
|
||||||
/* WinRT only publically supports LoadPackagedLibrary() for loading .dll
|
/* WinRT only publicly supports LoadPackagedLibrary() for loading .dll
|
||||||
files. LoadLibrary() is a private API, and not available for apps
|
files. LoadLibrary() is a private API, and not available for apps
|
||||||
(that can be published to MS' Windows Store.)
|
(that can be published to MS' Windows Store.)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user