[client] x11: fix typo

Closes #1105
This commit is contained in:
Geoffrey McRae 2024-01-02 08:50:40 +11:00
parent e5a9c0242f
commit c2237f29ae

View File

@ -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)