summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 13:30:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 13:30:50 +0000
commit90c5b9d782bd2db21ef3774969e1fb246df203c3 (patch)
treeeb64d589dc3a6ad553d8c79bdcbc3905c4d82628 /libvo
parent60e30388e4a6b38cb4d49c0001dc7ff4680502e5 (diff)
downloadmpv-90c5b9d782bd2db21ef3774969e1fb246df203c3.tar.bz2
mpv-90c5b9d782bd2db21ef3774969e1fb246df203c3.tar.xz
Fix typo in string name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26900 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index 48b3bb91c0..0ffaafc9e8 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -467,7 +467,7 @@ static int preinit(const char *vo_subdevice)
ioctl(f,MGA_VID_GET_VERSION,&ver);
if(MGA_VID_VERSION != ver)
{
- mp_msg(MSGT_VO, MSGL_ERR, MGSTR_LIBVO_MGA_mgavidVersionMissmatch, ver, MGA_VID_VERSION);
+ mp_msg(MSGT_VO, MSGL_ERR, MGSTR_LIBVO_MGA_mgavidVersionMismatch, ver, MGA_VID_VERSION);
return -1;
}