From b1893d2084aa3fa83dbf098f46399101e6b21a68 Mon Sep 17 00:00:00 2001 From: rr- Date: Sat, 7 Nov 2015 19:37:55 +0100 Subject: vo_opengl: fix typo --- video/out/opengl/x11egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3