bar/wayland: spell compositor correctly

This commit is contained in:
Daniel Eklöf 2020-04-27 20:50:36 +02:00
parent 11095201d7
commit c7cfb451e3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;
} }