Преглед на файлове

Sync SDL2 wiki -> header

[ci skip]
SDL Wiki Bot преди 1 година
родител
ревизия
220a23dad2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/SDL_surface.h

+ 1 - 1
include/SDL_surface.h

@@ -330,7 +330,7 @@ extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);
  * result in a memory leak.
  *
  * src is an open SDL_RWops buffer, typically loaded with SDL_RWFromFile.
- * Alternitavely, you might also use the macro SDL_LoadBMP to load a bitmap
+ * Alternatively, you might also use the macro SDL_LoadBMP to load a bitmap
  * from a file, convert it to an SDL_Surface and then close the file.
  *
  * \param src the data stream for the surface.