summaryrefslogtreecommitdiff
path: root/libavformat/dump.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-10-18 00:13:38 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-10-19 20:19:25 +0200
commitfeb05ffa99fc3633e5dd97916ac67dc4e7c76ab2 (patch)
tree9976b9b1f4c9566f22ed1a3bf41d080cfb793481 /libavformat/dump.c
parent8baaed7889f34369e26c52bdd379894b0198e3b0 (diff)
lavf/dump: Fix a typo: comentary -> commentary.
Fixes ticket #7499.
Diffstat (limited to 'libavformat/dump.c')
-rw-r--r--libavformat/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dump.c b/libavformat/dump.c
index bc0f401550..bb8c72fc60 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -293,7 +293,7 @@ static void dump_audioservicetype(void *ctx, AVPacketSideData *sd)
av_log(ctx, AV_LOG_INFO, "dialogue");
break;
case AV_AUDIO_SERVICE_TYPE_COMMENTARY:
- av_log(ctx, AV_LOG_INFO, "comentary");
+ av_log(ctx, AV_LOG_INFO, "commentary");
break;
case AV_AUDIO_SERVICE_TYPE_EMERGENCY:
av_log(ctx, AV_LOG_INFO, "emergency");