1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-22 18:28:52 -05:00

Wayland: Fix comment typo

This commit is contained in:
Camilla Löwy 2022-06-21 23:12:31 +02:00
parent 8e725338bf
commit 5c948a6e6e

View File

@ -2037,7 +2037,7 @@ void _glfwRestoreWindowWayland(_GLFWwindow* window)
}
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)
{