Commit d7a46a16e9bdfef73d20667474bfdfe6e42f4c8b

Hubert Maier 2022-10-30T08:37:23

SDL_SYSLOADSO.c: Correct spelling mistake publically -> publicly

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/loadso/windows/SDL_sysloadso.c b/src/loadso/windows/SDL_sysloadso.c
index d3c8404..1157ed3 100644
--- a/src/loadso/windows/SDL_sysloadso.c
+++ b/src/loadso/windows/SDL_sysloadso.c
@@ -41,7 +41,7 @@ SDL_LoadObject(const char *sofile)
     }
     tstr = WIN_UTF8ToString(sofile);
 #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
        (that can be published to MS' Windows Store.)
     */