From daf500939551c93968bea7f794800ea16870c74f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 22 May 2024 14:26:50 -0400 Subject: [PATCH] dialog: fixed typo in docs. --- include/SDL3/SDL_dialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_dialog.h b/include/SDL3/SDL_dialog.h index bd1b1f2f9b..325af18c6f 100644 --- a/include/SDL3/SDL_dialog.h +++ b/include/SDL3/SDL_dialog.h @@ -115,7 +115,7 @@ typedef void(SDLCALL *SDL_DialogFileCallback)(void *userdata, const char * const * don't yet exist. * * On Linux, dialogs may require XDG Portals, which requires DBus, which - * requires and event-handling loop. Apps that do not use SDL to handle events + * requires an event-handling loop. Apps that do not use SDL to handle events * should add a call to SDL_PumpEvents in their main loop. * * \param callback An SDL_DialogFileCallback to be invoked when the user @@ -171,7 +171,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_ShowOpenFileDialog(SDL_DialogFileCallback c * The chosen file may or may not already exist. * * On Linux, dialogs may require XDG Portals, which requires DBus, which - * requires and event-handling loop. Apps that do not use SDL to handle events + * requires an event-handling loop. Apps that do not use SDL to handle events * should add a call to SDL_PumpEvents in their main loop. * * \param callback An SDL_DialogFileCallback to be invoked when the user @@ -225,7 +225,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_ShowSaveFileDialog(SDL_DialogFileCallback c * don't yet exist. * * On Linux, dialogs may require XDG Portals, which requires DBus, which - * requires and event-handling loop. Apps that do not use SDL to handle events + * requires an event-handling loop. Apps that do not use SDL to handle events * should add a call to SDL_PumpEvents in their main loop. * * \param callback An SDL_DialogFileCallback to be invoked when the user