فهرست منبع

SDL_SYSLOADSO.c: Correct spelling mistake

publically -> publicly
Hubert Maier 2 سال پیش
والد
کامیت
d7a46a16e9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/loadso/windows/SDL_sysloadso.c

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