summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-20 20:36:57 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:20 +0900
commitc282cd679c8fa128c7ca79a30a1eabc8ba43ea19 (patch)
tree3606f59193dc8025c556f33b060f8f5a9cd99e7a /video
parent1f815558b8a04ed2fc334ca7731e775679f8697d (diff)
downloadmpv-c282cd679c8fa128c7ca79a30a1eabc8ba43ea19.tar.bz2
mpv-c282cd679c8fa128c7ca79a30a1eabc8ba43ea19.tar.xz
vo_opengl: fix typo
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index b0ce81065b..22e0892277 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -111,7 +111,7 @@ static void check_pattern(struct vo *vo, int item)
p->matches++;
} else {
p->mismatches++;
- MP_WARN(vo, "wrong pattern, exptected %d got %d (hit: %d, mis: %d)\n",
+ MP_WARN(vo, "wrong pattern, expected %d got %d (hit: %d, mis: %d)\n",
expected, item, p->matches, p->mismatches);
}
}