From 8d1e5188ad0090ae4c95ee87ddf180d22ddf421f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A1mb=C3=B3=2C=20Levente?= Date: Wed, 5 Feb 2025 16:07:42 +0100 Subject: [PATCH] fix typo --- v2/internal/frontend/desktop/linux/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/frontend/desktop/linux/window.c b/v2/internal/frontend/desktop/linux/window.c index cff982883..2a71ba2ec 100644 --- a/v2/internal/frontend/desktop/linux/window.c +++ b/v2/internal/frontend/desktop/linux/window.c @@ -270,7 +270,7 @@ void SetMinMaxSize(GtkWindow *window, int min_width, int min_height, int max_wid size.min_height = min_height; size.min_width = min_width; - // On Wayland window manager get the decoratgors and calculate the differences from the windows' size. + // On Wayland window manager get the decorators and calculate the differences from the windows' size. if(onWayland()) { if(decoratorWidth == -1 && decoratorHeight == -1)