From 9fb00f2ad05f87ac50bc13276e549371516b7a5e Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 6 Mar 2016 11:49:40 +0100 Subject: [PATCH] Fix speling --- docs/news.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.dox b/docs/news.dox index 71e29d57..87fd3964 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -26,7 +26,7 @@ Vulkan header inclusion can be selected with [GLFW_INCLUDE_VULKAN](@ref build_macros). -@subsection news_32_maximize Window maxmimization supprot +@subsection news_32_maximize Window maxmimization support GLFW now supports window maximization with @ref glfwMaximizeWindow and the [GLFW_MAXIMIZED](@ref window_attribs_wnd) window hint and attribute.