浏览代码

Merge pull request #73 from waywardmonkeys/typo-fixes

Fixed typo.
Camilla Berglund 12 年之前
父节点
当前提交
fca5a4687c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/GLFW/glfw3.h

+ 1 - 1
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.