summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-07-09 14:19:50 +0200
committerwm4 <wm4@nowhere>2016-07-09 14:35:41 +0200
commit34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053 (patch)
tree8b38b783e4be045ed6c93f382f58c6c512d7f6b0 /video
parente58ecc36304a349786b8043d7af9bd7c33bab540 (diff)
downloadmpv-34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053.tar.bz2
mpv-34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053.tar.xz
vo_xv, vo_x11: fix typos in warnings
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_x11.c4
-rw-r--r--video/out/vo_xv.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index 7676155ead..01928b7e0e 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -407,8 +407,8 @@ static int preinit(struct vo *vo)
goto error;
p->gc = XCreateGC(x11->display, x11->window, 0, NULL);
- MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing"
- "your graphic drivers, or not forcing the x11 VO.\n");
+ MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing "
+ "your graphics drivers, or not forcing the x11 VO.\n");
return 0;
error:
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index f450eb2df9..121dff0500 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -856,7 +856,7 @@ static int preinit(struct vo *vo)
MP_WARN(vo, "Warning: this legacy VO has bad quality and performance, "
"and will in particular result in blurry OSD and subtitles. "
- "You should fix your graphic drivers, or not force the xv VO.\n");
+ "You should fix your graphics drivers, or not force the xv VO.\n");
return 0;
error: