Fixed typo (thanks @Iniquitatis!)

This commit is contained in:
Sam Lantinga 2023-02-19 09:57:35 -08:00
parent 0123d6311d
commit ced02319a6
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ void X11_SetWindowSize(_THIS, SDL_Window *window)
if (SDL_GetTicks() >= timeout) {
/* Timeout occurred and window size didn't change
* wwindow manager likely denied the resize. */
* window manager likely denied the resize. */
window->w = orig_w;
window->h = orig_h;
break;