summaryrefslogtreecommitdiff
path: root/include/SDL_clipboard.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-12-29 13:54:22 -0500
committerSam Lantinga <slouken@libsdl.org>2011-12-29 13:54:22 -0500
commit53e2399003109aa80c04ba1788641900989d45e8 (patch)
tree5bc83ea6b73c67c34f396f1a7fa698bff268ce47 /include/SDL_clipboard.h
parent2696dd40329d60a694b362e4ca17bbaeb6c3b629 (diff)
Fixed documentation typo
Diffstat (limited to 'include/SDL_clipboard.h')
-rw-r--r--include/SDL_clipboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_clipboard.h b/include/SDL_clipboard.h
index 7c60d63735..614f3a5f88 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()
*/