Fix a typo in format_ogg_vorbis.c: suport

Review: https://reviewboard.asterisk.org/r/1970/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tzafrir Cohen 2012-06-07 20:00:29 +00:00
parent aeeff8cfa2
commit ac6ec71fd2
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ static struct ast_frame *ogg_vorbis_read(struct ast_filestream *fs,
long bytes_read;
if (desc->writing) {
ast_log(LOG_WARNING, "Reading is not suport on OGG/Vorbis on write files.\n");
ast_log(LOG_WARNING, "Reading is not supported on OGG/Vorbis on write files.\n");
return NULL;
}