cosmetics: fix some misspelled words

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2016-07-17 13:10:27 -03:00
parent f1eb6ddcb3
commit d688f39dc4
13 changed files with 17 additions and 17 deletions

View File

@@ -641,7 +641,7 @@ static char *sdp_write_media_attributes(char *buff, int size, AVStream *st, int
if (p->extradata_size)
config = xiph_extradata2config(fmt, p);
else
av_log(fmt, AV_LOG_ERROR, "Theora configuation info missing\n");
av_log(fmt, AV_LOG_ERROR, "Theora configuration info missing\n");
if (!config)
return NULL;