fix typo in window.c

dev
Tim Wiederhake 14 years ago committed by Kristian Høgsberg
parent 48e2989594
commit 9c7a8cc663
  1. 2
      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;
}

Loading…
Cancel
Save