From d79be3f7fcc8feb08349ed5343d2bdf205ce3ac2 Mon Sep 17 00:00:00 2001 From: Eddie Ringle Date: Sun, 16 Mar 2014 17:43:41 -0400 Subject: [PATCH] docs/window.dox: Fix typo Signed-off-by: Eddie Ringle --- docs/window.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.dox b/docs/window.dox index cc49ea50..1fc899c1 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -66,7 +66,7 @@ and its handle becomes invalid. Each window has a user pointer that can be set with @ref glfwSetWindowUserPointer and fetched with @ref glfwGetWindowUserPointer. This -can be used for any purpose you need and will not modified by GLFW throughout +can be used for any purpose you need and will not be modified by GLFW throughout the life-time of the window.