From f8a70aca67b08b520e5d74d8a637c6d7551da317 Mon Sep 17 00:00:00 2001 From: r00ster Date: Thu, 4 Apr 2019 17:14:40 +0200 Subject: [PATCH] Add an n Closes #1460. --- docs/window.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.dox b/docs/window.dox index e144a84b..9a8739ea 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -930,7 +930,7 @@ When a full screen window is restored, the desired video mode is restored to its monitor as well. If you wish to be notified when a window is iconified or restored, whether by -the user, system or your own code, set a iconify callback. +the user, system or your own code, set an iconify callback. @code glfwSetWindowIconifyCallback(window, window_iconify_callback);