JANITORIAL : Correct some more spelling mistakes (#6489)

This commit is contained in:
Hubert Maier
2022-11-06 20:49:37 +01:00
committed by GitHub
parent c2675d74c5
commit 5dc93451d2
7 changed files with 7 additions and 7 deletions

View File

@@ -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: