summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/x11egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/x11egl.c b/video/out/opengl/x11egl.c
index af167910ce..db98fe6386 100644
--- a/video/out/opengl/x11egl.c
+++ b/video/out/opengl/x11egl.c
@@ -68,7 +68,7 @@ static EGLConfig select_fb_config_egl(struct MPGLContext *ctx, bool es)
eglChooseConfig(p->egl_display, attributes, &config, 1, &config_count);
if (!config_count) {
- MP_FATAL(ctx->vo, "Could find EGL configuration!\n");
+ MP_FATAL(ctx->vo, "Could not find EGL configuration!\n");
return NULL;
}