[PATCH] fix typo in window.c
Tim Wiederhake
twied at gmx.net
Fri Feb 11 10:37:40 PST 2011
---
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
More information about the wayland-devel
mailing list