fix typo in window.c
authorTim Wiederhake <twied@gmx.net>
Fri, 11 Feb 2011 18:37:40 +0000 (19:37 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 11 Feb 2011 18:44:31 +0000 (13:44 -0500)
clients/window.c

index c8836a8..0c93b9c 100644 (file)
@@ -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;
        }