From 06e7a96c61d6013f7717c8a616b7e9c26bb2186b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 22 Nov 2012 19:14:27 +0100 Subject: [PATCH] Fixed documentation spelling errors. --- include/GL/glfw3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index f694e143..f20fd1c7 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -76,7 +76,7 @@ extern "C" { /* ------------------- BEGIN SYSTEM/COMPILER SPECIFIC -------------------- */ -/* Please report any probles that you find with your compiler, which may +/* Please report any problems that you find with your compiler, which may * be solved in this section! There are several compilers that I have not * been able to test this file with yet. * @@ -736,7 +736,7 @@ typedef void (* GLFWwindowrefreshfun)(GLFWwindow); */ typedef void (* GLFWwindowfocusfun)(GLFWwindow,int); -/*! @brief The function signature for window iconfiy/restore callbacks. +/*! @brief The function signature for window iconify/restore callbacks. * @param[in] window The window that was iconified or restored. * @param[in] iconified @c GL_TRUE if the window was iconified, or @c GL_FALSE * if it was restored.