mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 00:17:18 +00:00
JANITORIAL : Correct some more spelling mistakes (#6489)
This commit is contained in:
@@ -128,7 +128,7 @@ QSA_WaitDevice(_THIS)
|
||||
SDL_SetError("QSA: SDL_IOReady() failed: %s", strerror(errno));
|
||||
break;
|
||||
case 0:
|
||||
SDL_SetError("QSA: timeout on buffer waiting occured");
|
||||
SDL_SetError("QSA: timeout on buffer waiting occurred");
|
||||
this->hidden->timeout_on_wait = 1;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user