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