From: Russell Bryant Date: Sun, 7 Feb 2010 21:43:11 +0000 (+0000) Subject: Fix a couple of spelling errors, and add format module dependencies. X-Git-Tag: 11.0.0-beta1~3476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ea944df9eb305ceef5967968990aa435b0f2a55;p=thirdparty%2Fasterisk.git Fix a couple of spelling errors, and add format module dependencies. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245306 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/tests/test_ast_format_str_reduce.c b/tests/test_ast_format_str_reduce.c index f6046ea9ad..0c24ab2d13 100644 --- a/tests/test_ast_format_str_reduce.c +++ b/tests/test_ast_format_str_reduce.c @@ -25,6 +25,17 @@ /*** MODULEINFO TEST_FRAMEWORK + format_g723 + format_g726 + format_g729 + format_gsm + format_ogg_vorbis + format_pcm + format_siren14 + format_siren7 + format_sln + format_wav + format_wav_gsm ***/ #include "asterisk.h" @@ -35,7 +46,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/file.h" #include "asterisk/test.h" -/* this is an array containting a list of strings to test and the expected +/* this is an array containing a list of strings to test and the expected * result for each test string. The list should be terminated by an entry * containing NULL for both elements {NULL, NULL}) */ static char *test_strings[][2] = { @@ -56,7 +67,7 @@ static char *test_strings[][2] = { {NULL, NULL}, }; -/* this is a NULL terminated array contating a list of strings that should +/* this is a NULL terminated array containing a list of strings that should * cause ast_format_str_reduce() to fail */ static char *fail_strings[] = { "this will fail", /* format does not exist */