Fix various typos in log messages

This commit is contained in:
Nicolas F
2017-10-23 10:53:28 +02:00
committed by Martin Herkt
parent 1a9fb7937a
commit 744b67d9e5
9 changed files with 12 additions and 12 deletions

View File

@@ -160,7 +160,7 @@ struct mp_recorder *mp_recorder_create(struct mpv_global *global,
av_dict_set(&priv->mux->metadata, "encoding_tool", version, 0);
if (avformat_write_header(priv->mux, NULL) < 0) {
MP_ERR(priv, "Write header failed.\n");
MP_ERR(priv, "Writing header failed.\n");
goto error;
}