From 4bcb923c814b8bfbb5e082f6d36c4825ee5c207b Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Tue, 12 May 2015 14:36:11 -0400 Subject: [PATCH] Fix typo: "is" changed to "are" --- 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 b5d00cd79..9a7ca1764 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1240,7 +1240,7 @@ GLFWAPI GLFWmonitor** glfwGetMonitors(int* count); /*! @brief Returns the primary monitor. * * This function returns the primary monitor. This is usually the monitor - * where elements like the Windows task bar or the OS X menu bar is located. + * where elements like the Windows task bar or the OS X menu bar are located. * * @return The primary monitor, or `NULL` if an [error](@ref error_handling) * occurred.