forked from external/yambar
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);
|
backend->display = wl_display_connect(NULL);
|
||||||
if (backend->display == 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue