Fix typo.

This commit is contained in:
Bruce Mitchener 2013-06-27 17:28:31 +07:00
parent 2656bf8f9f
commit 5f37d36d4a

View File

@ -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.