Skip to content

Commit

Permalink
[client] x11: fix typo
Browse files Browse the repository at this point in the history
Closes #1105
  • Loading branch information
gnif committed Jan 1, 2024
1 parent e5a9c02 commit c2237f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/displayservers/X11/x11.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static void x11CheckEWMHSupport(void)
x11.ewmhHasFocusEvent = true;
}

DEBUG_INFO("EWMH-complient window manager detected: %s", wmName);
DEBUG_INFO("EWMH-compliant window manager detected: %s", wmName);
x11.ewmhSupport = true;

if (strcmp(wmName, "i3") == 0)
Expand Down

0 comments on commit c2237f2

Please sign in to comment.