[asterisk-commits] tzafrir: trunk r368668 - /trunk/formats/format_ogg_vorbis.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 7 15:00:33 CDT 2012


Author: tzafrir
Date: Thu Jun  7 15:00:29 2012
New Revision: 368668

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368668
Log:
Fix a typo in format_ogg_vorbis.c: suport

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

Modified:
    trunk/formats/format_ogg_vorbis.c

Modified: trunk/formats/format_ogg_vorbis.c
URL: http://svnview.digium.com/svn/asterisk/trunk/formats/format_ogg_vorbis.c?view=diff&rev=368668&r1=368667&r2=368668
==============================================================================
--- trunk/formats/format_ogg_vorbis.c (original)
+++ trunk/formats/format_ogg_vorbis.c Thu Jun  7 15:00:29 2012
@@ -305,7 +305,7 @@
 	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;
 	}
 




More information about the asterisk-commits mailing list