diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c index b83ff251b0..7ef3743425 100644 --- a/formats/format_ogg_vorbis.c +++ b/formats/format_ogg_vorbis.c @@ -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; }