diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_clipboard.h b/include/SDL_clipboard.h index 7c60d637..614f3a5f 100644 --- a/include/SDL_clipboard.h +++ b/include/SDL_clipboard.h @@ -55,7 +55,7 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardText(const char *text); extern DECLSPEC char * SDLCALL SDL_GetClipboardText(void); /** - * \brief Returns a flag indicating whether the clipboard exists and contains a text string that it non-empty + * \brief Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty * * \sa SDL_GetClipboardText() */ |