From 37f2ce1f7a9fcc6d4e0c7dca03fd017c5a9ab9be Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 29 Dec 2011 13:54:22 -0500 Subject: [PATCH] Fixed documentation typo --- include/SDL_clipboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_clipboard.h b/include/SDL_clipboard.h index 7c60d6373..614f3a5f8 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() */