diff --git a/libavformat/mov.c b/libavformat/mov.c index 3422131511277f2a5fcfe999b21103ad09a91447..eec8485b65828f88a3ab7b15b159c3f52b60848f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1594,7 +1594,7 @@ static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb, codec_tag == AV_RL32("hvc1") || codec_tag == AV_RL32("hev1") ) - av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play corrently.\n"); + av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play correctly.\n"); return 0; }