summaryrefslogtreecommitdiff
path: root/formats
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-06-07 20:00:29 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-06-07 20:00:29 +0000
commitac6ec71fd23d4fe0ce9a7bdd43d9461b4732c713 (patch)
tree4146386735572692fdcd993d94489ab2bd9ffd46 /formats
parentaeeff8cfa2d9fa6a939f0c25f43e866a483f5c4c (diff)
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
Diffstat (limited to 'formats')
-rw-r--r--formats/format_ogg_vorbis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index b83ff251b..7ef374342 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;
}