From cf9079c7832ecf470b867b9c7a87566808ab6706 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 16 Sep 2015 18:51:49 +0200 Subject: [PATCH] Fix documentation typo --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 9f4e79f7..7992de33 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3079,7 +3079,7 @@ GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string); /*! @brief Returns the contents of the clipboard as a string. * * This function returns the contents of the system clipboard, if it contains - * or is convertible to a UTF-8 encoded string. If the clipboard is empty of + * or is convertible to a UTF-8 encoded string. If the clipboard is empty or * if its contents cannot be converted, `NULL` is returned and a @ref * GLFW_FORMAT_UNAVAILABLE error is generated. *