From 6343ed91ad3be505f4cb148f2ae5fcdde05c3b3f Mon Sep 17 00:00:00 2001 From: PROP 65 <132837123+PROP65@users.noreply.github.com> Date: Thu, 9 May 2024 21:54:14 +0000 Subject: [PATCH] fix typo --- 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 79b06288..cdd80b44 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -4044,7 +4044,7 @@ GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* window); * content area. * @param[in] ypos The desired y-coordinate of the upper-left corner of the * content area. - * @param[in] width The desired with, in screen coordinates, of the content + * @param[in] width The desired width, in screen coordinates, of the content * area or video mode. * @param[in] height The desired height, in screen coordinates, of the content * area or video mode.