fix typo in window.c

This commit is contained in:
Tim Wiederhake 2011-02-11 19:37:40 +01:00 committed by Kristian Høgsberg
parent 48e2989594
commit 9c7a8cc663

View 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;
}