mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 17:35:38 +00:00
fix typos
This commit is contained in:
parent
2ed1c35ca6
commit
f361034ac3
23 changed files with 34 additions and 34 deletions
|
|
@ -147,7 +147,7 @@ static void register_error_str(wchar_t **error_str, const char *msg)
|
|||
#endif
|
||||
}
|
||||
|
||||
/* Semilar to register_error_str, but allows passing a format string with va_list args into this function. */
|
||||
/* Similar to register_error_str, but allows passing a format string with va_list args into this function. */
|
||||
static void register_error_str_vformat(wchar_t **error_str, const char *format, va_list args)
|
||||
{
|
||||
char msg[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue