mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
bar/wayland: spell compositor correctly
This commit is contained in:
parent
11095201d7
commit
c7cfb451e3
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ setup(struct bar *_bar)
|
|||
|
||||
backend->display = wl_display_connect(NULL);
|
||||
if (backend->display == NULL) {
|
||||
LOG_ERR("failed to connect to wayland; no compistor running?");
|
||||
LOG_ERR("failed to connect to wayland; no compositor running?");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue