summaryrefslogtreecommitdiff
path: root/libavformat/psxstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/psxstr.c')
-rw-r--r--libavformat/psxstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index 63598fe72b..f7b9495bb9 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -211,7 +211,7 @@ static int str_read_packet(AVFormatContext *s,
if(pkt->size != sector_count*VIDEO_DATA_CHUNK_SIZE){
if(pkt->data)
- av_log(s, AV_LOG_ERROR, "missmatching sector_count\n");
+ av_log(s, AV_LOG_ERROR, "mismatching sector_count\n");
av_packet_unref(pkt);
if (av_new_packet(pkt, sector_count*VIDEO_DATA_CHUNK_SIZE))
return AVERROR(EIO);