summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-23 17:33:07 +0100
committerwm4 <wm4@nowhere>2013-12-23 17:33:07 +0100
commitb59f2c99e7da80e2a4c20c3dd329e4996cd29571 (patch)
tree27fd362cfdae7dac09db3cf1ca2b9a4de7d92da6
parentd259d88af81210a68d398ddd66b022254156bfc8 (diff)
downloadmpv-b59f2c99e7da80e2a4c20c3dd329e4996cd29571.tar.bz2
mpv-b59f2c99e7da80e2a4c20c3dd329e4996cd29571.tar.xz
player: fix typo in previous commit
Apparently I pushed too quickly.
-rw-r--r--player/loadfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 0e325e7fa8..44fcdcc04f 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -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;