mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-13 04:15:38 +00:00
fix typos
This commit is contained in:
committed by
Sam Lantinga
parent
2ed1c35ca6
commit
f361034ac3
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user