mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 11:18:43 +02:00
tty: fix typo in error message
This commit is contained in:
parent
bd469da5b7
commit
7112c49897
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ tty_create(struct weston_compositor *compositor, tty_vt_func_t vt_func,
|
|||
if (tty->starting_vt != tty->vt) {
|
||||
if (ioctl(tty->fd, VT_ACTIVATE, tty->vt) < 0 ||
|
||||
ioctl(tty->fd, VT_WAITACTIVE, tty->vt) < 0) {
|
||||
weston_log("failed to swtich to new vt\n");
|
||||
weston_log("failed to switch to new vt\n");
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue