Fix some spelling/typos

svn path=/trunk/; revision=27024
This commit is contained in:
Bill Meier 2008-12-16 14:18:55 +00:00
parent f420c124b9
commit 7280c469a3
4 changed files with 6 additions and 6 deletions

View File

@ -206,7 +206,7 @@ static const value_string package_name_vals[] = {
{ 0x005f, "ANSI Test Responder Line Test" }, /* H.248.17 */
{ 0x0060, "ANSI 2225Hz Test Progress Tone Line Test" }, /* H.248.17 */
{ 0x0061, "ANSI Digital Test Signal Line Test" }, /* H.248.17 */
{ 0x0062, "ANSI Inverting Loopback Line Test Repsonse" }, /* H.248.17 */
{ 0x0062, "ANSI Inverting Loopback Line Test Response" }, /* H.248.17 */
{ 0x0063, "Extended H.324 Packages H.248.12 Annex A" },
{ 0x0064, "Extended H.245 Command Package H.248.12 Annex A" },
{ 0x0065, "Extended H.245 Indication Package H.248.12 Annex A" },

View File

@ -176,8 +176,8 @@ static const value_string audio_profile_type[] = {
static const value_string congestion_level[] = {
{ 0, "Spare" },
{ 1, "Congestin Level 1 exceeded" },
{ 2, "Congestin Level 2 exceeded" },
{ 1, "Congestion Level 1 exceeded" },
{ 2, "Congestion Level 2 exceeded" },
{ 0, NULL }
};

View File

@ -668,7 +668,7 @@ static const value_string package_name_vals[] = {
{ 0x005f, "ANSI Test Responder Line Test" }, /* H.248.17 */
{ 0x0060, "ANSI 2225Hz Test Progress Tone Line Test" }, /* H.248.17 */
{ 0x0061, "ANSI Digital Test Signal Line Test" }, /* H.248.17 */
{ 0x0062, "ANSI Inverting Loopback Line Test Repsonse" }, /* H.248.17 */
{ 0x0062, "ANSI Inverting Loopback Line Test Response" }, /* H.248.17 */
{ 0x0063, "Extended H.324 Packages H.248.12 Annex A" },
{ 0x0064, "Extended H.245 Command Package H.248.12 Annex A" },
{ 0x0065, "Extended H.245 Indication Package H.248.12 Annex A" },

View File

@ -964,7 +964,7 @@ next_attribute:
} else {
/*
* if we were given a proto_name the namespace will be registered
* as an indipendent protocol with its own hf and ett arrays.
* as an independent protocol with its own hf and ett arrays.
*/
hfs = g_array_new(FALSE,FALSE,sizeof(hf_register_info));
etts = g_array_new(FALSE,FALSE,sizeof(gint*));
@ -1059,7 +1059,7 @@ next_attribute:
/*
* if we were given a proto_name the namespace will be registered
* as an indipendent protocol.
* as an independent protocol.
*/
if( dtd_data->proto_name ) {
gint* ett_p;