---
src/tty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tty.c b/src/tty.c
index 38079a4..0ddf6e0 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -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;
}
}
--
1.8.2.1
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel