From e4b1a9f3820eb8444ccfc0620b1030126467d9d9 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 10 Oct 2024 15:24:38 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index 997016fb1a..d443b61cfc 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -1896,7 +1896,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_MaximizeWindow(SDL_Window *window); * Request that the window be minimized to an iconic representation. * * On some windowing systems this request is asynchronous and the new window - * state may not have have been applied immediately upon the return of this + * state may not have been applied immediately upon the return of this * function. If an immediate change is required, call SDL_SyncWindow() to * block until the changes have taken effect. *