summaryrefslogtreecommitdiffstats
path: root/vobsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.c')
-rw-r--r--vobsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vobsub.c b/vobsub.c
index ad289c8779..a85d230951 100644
--- a/vobsub.c
+++ b/vobsub.c
@@ -1224,7 +1224,7 @@ vobsub_set_from_lang(void *vobhandle, unsigned char * lang)
}
lang+=2;while (lang[0]==',' || lang[0]==' ') ++lang;
}
- mp_msg(MSGT_VOBSUB, MSGL_WARN, "No matching VOBSUB languge found!\n");
+ mp_msg(MSGT_VOBSUB, MSGL_WARN, "No matching VOBSUB language found!\n");
return -1;
}