Skip to content

Commit 8d1e518

Browse files
committed
fix typo
1 parent f07ead3 commit 8d1e518

File tree

1 file changed

+1
-1
lines changed
  • v2/internal/frontend/desktop/linux

1 file changed

+1
-1
lines changed

v2/internal/frontend/desktop/linux/window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void SetMinMaxSize(GtkWindow *window, int min_width, int min_height, int max_wid
270270
size.min_height = min_height;
271271
size.min_width = min_width;
272272

273-
// On Wayland window manager get the decoratgors and calculate the differences from the windows' size.
273+
// On Wayland window manager get the decorators and calculate the differences from the windows' size.
274274
if(onWayland())
275275
{
276276
if(decoratorWidth == -1 && decoratorHeight == -1)

0 commit comments

Comments
 (0)