0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

player: fix typo in previous commit

Apparently I pushed too quickly.
This commit is contained in:
wm4 2013-12-23 17:33:07 +01:00
parent d259d88af8
commit b59f2c99e7

View File

@ -815,7 +815,7 @@ static bool attachment_is_font(struct mp_log *log, struct demux_attachment *att)
|| strcasecmp(ext, ".otf") == 0)
{
mp_warn(log, "Loading font attachment '%s' with MIME type %s. "
"Assuming is probably a broken Matroska file, which was "
"Assuming this is a broken Matroska file, which was "
"muxed without setting a correct font MIME type.\n",
att->name, att->type);
return true;