From b59f2c99e7da80e2a4c20c3dd329e4996cd29571 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Dec 2013 17:33:07 +0100 Subject: player: fix typo in previous commit Apparently I pushed too quickly. --- player/loadfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3