fix typo in window.c
This commit is contained in:
parent
48e2989594
commit
9c7a8cc663
|
@ -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…
Reference in New Issue
Block a user