---
 clients/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/clients/window.c b/clients/window.c
index c8836a8..0c93b9c 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1614,7 +1614,7 @@ init_egl(struct display *d)
        }
 
        if (!eglMakeCurrent(d->dpy, NULL, NULL, d->ctx)) {
-               fprintf(stderr, "faile to make context current\n");
+               fprintf(stderr, "failed to make context current\n");
                return -1;
        }
 
-- 
1.7.2.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to