From 5f37d36d4abc9e9af302b6872891978b36197e56 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 27 Jun 2013 17:28:31 +0700 Subject: [PATCH] Fix 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 580edad3..01259e1a 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1689,7 +1689,7 @@ GLFWAPI void glfwPollEvents(void); /*! @brief Waits until events are pending and processes them. * * This function puts the calling thread to sleep until at least one event has - * been received. Once one or more events have been recevied, it behaves as if + * been received. Once one or more events have been received, it behaves as if * @ref glfwPollEvents was called, i.e. the events are processed and the * function then returns immediately. Processing events will cause the window * and input callbacks associated with those events to be called.