summaryrefslogtreecommitdiff
path: root/libavformat/scd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/scd.c')
-rw-r--r--libavformat/scd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/scd.c b/libavformat/scd.c
index 91b2262ff7..f0048bcc85 100644
--- a/libavformat/scd.c
+++ b/libavformat/scd.c
@@ -187,7 +187,7 @@ static int scd_read_track(AVFormatContext *s, SCDTrackHeader *track, int index)
/* Not sure what to do with these, it seems to be fine to ignore them. */
if (track->aux_count != 0)
- av_log(s, AV_LOG_DEBUG, "[%d] Track has %u auxillary chunk(s).\n", index, track->aux_count);
+ av_log(s, AV_LOG_DEBUG, "[%d] Track has %u auxiliary chunk(s).\n", index, track->aux_count);
if ((st = avformat_new_stream(s, NULL)) == NULL)
return AVERROR(ENOMEM);