summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-16 00:26:10 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-16 00:26:10 +0200
commitf58cb772d9661eed4b223cb727c5cc9821f910a9 (patch)
tree51bcd090ca36562b516333c1a4cee0b6acf86f9d
parent16b6839de6767924c4640d6e9204b6eeb5c53910 (diff)
avformat/mov: fix "correctly" typo
Found-by: Timothy Gu Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3422131511..eec8485b65 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;
}