Wayland: Fix comment typo

(cherry picked from commit 5c948a6e6e)
This commit is contained in:
Camilla Löwy 2022-06-21 23:12:31 +02:00
parent 8d989cdc41
commit 20d11f7f97

View File

@ -2102,7 +2102,7 @@ void _glfwPlatformRestoreWindow(_GLFWwindow* window)
} }
else else
{ {
// We assume we are not minimized and acto only on maximization // We assume we are not minimized and act only on maximization
if (window->wl.maximized) if (window->wl.maximized)
{ {