diff --git a/docs/window.dox b/docs/window.dox index 5f94f3587..a700ccd69 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -928,7 +928,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);