mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Fix typos (thanks @qndel!)
Fix typos in comments and in one case in a returned error ("insuffient -> insufficient" fb273eb
)
codespell src/ *.cpp *.h *.hpp --ignore-words-list unknwn,thid,algebric,statics,pixelX,pEvents,caf,ptd,parms,pEvent,parm,TextureRS,TE,HDA,LOD,datas,UE,xwindows,IIF
cd src; git checkout \
events/imKStoUCS.* \
hidapi \
joystick/controller_type.c \
joystick/controller_type.h \
joystick/hidapi/steam/controller_constants.h \
joystick/hidapi/steam/controller_structs.h \
libm \
stdlib/SDL_malloc.c \
stdlib/SDL_qsort.c \
stdlib/SDL_strtokr.c \
video/khronos \
video/x11/edid.h \
video/x11/edid-parse.c \
video/x11/xsettings-client.* \
video/yuv2rgb
This commit is contained in:
parent
e4f987f299
commit
bd04459cde
22 changed files with 31 additions and 31 deletions
|
@ -2497,7 +2497,7 @@ extern "C" {
|
|||
* system while relative mode is active, in case the desired confinement state
|
||||
* became out-of-sync due to interference from other running programs.
|
||||
*
|
||||
* The variable can be integers representing miliseconds between each refresh.
|
||||
* The variable can be integers representing milliseconds between each refresh.
|
||||
* A value of zero means SDL will not automatically refresh the confinement.
|
||||
* The default value varies depending on the operating system, this variable
|
||||
* might not have any effects on inapplicable platforms such as those without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue