From 34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 9 Jul 2016 14:19:50 +0200 Subject: vo_xv, vo_x11: fix typos in warnings --- video/out/vo_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_xv.c') 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: -- cgit v1.2.3