[PATCH weston 1/2] tty: fix typo in error message
Peter Hutterer
peter.hutterer at who-t.net
Thu Aug 8 00:13:46 PDT 2013
---
src/tty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tty.c b/src/tty.c
index 07a9405..212deb0 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -174,7 +174,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
More information about the wayland-devel
mailing list