summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-20 20:36:57 +0100
committerwm4 <wm4@nowhere>2015-01-20 20:36:57 +0100
commit9f63b9f6733869ddcd1118545d32cde850885056 (patch)
tree7d838a1dd392f596dc8a87bb5e40845bdcf70674 /video
parent5a93dd62456a8fbbbff38f7bd655ab6127faa8cb (diff)
downloadmpv-9f63b9f6733869ddcd1118545d32cde850885056.tar.bz2
mpv-9f63b9f6733869ddcd1118545d32cde850885056.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 8dec7232a0..1d908148e3 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -113,7 +113,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);
}
}