From 9c7a8cc663cb7887ba9b4499ae6e421ee6d6fef1 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Fri, 11 Feb 2011 19:37:40 +0100 Subject: [PATCH] fix typo in window.c --- clients/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4