mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-27 00:51:34 +00:00
fix typos
This commit is contained in:
committed by
Sam Lantinga
parent
2ed1c35ca6
commit
f361034ac3
@@ -96,7 +96,7 @@ static void register_error_str(wchar_t **error_str, const char *msg)
|
||||
*error_str = utf8_to_wchar_t(msg);
|
||||
}
|
||||
|
||||
/* 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