diff options
author | Tim Wiederhake <twied@gmx.net> | 2011-02-11 19:37:40 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-11 13:44:31 -0500 |
commit | 9c7a8cc663cb7887ba9b4499ae6e421ee6d6fef1 (patch) | |
tree | 75982554f48ddc64e5749bdca98d68921df80d35 | |
parent | 48e29895942be00d391cee484ffa8f7fc4ce4c1c (diff) |
fix typo in window.c
-rw-r--r-- | 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; } |