From Reinhard Speyerer:
authorJaap Keuter <jaap.keuter@xs4all.nl>
Fri, 1 May 2009 07:21:04 +0000 (07:21 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Fri, 1 May 2009 07:21:04 +0000 (07:21 -0000)
This patch fixes several misspellings/typos in Wireshark SVN revision 28201.

svn path=/trunk/; revision=28228

epan/dissectors/packet-sna.c

index 7b7145809279f4463d695d0f2f8e7c4d9c87548e..51bb621bafc4f8046204fe2608746f25e5033a4d 100644 (file)
@@ -394,7 +394,7 @@ static const value_string sna_rh_csi_vals[] = {
 /* TG Sweep */
 static const value_string sna_th_tg_sweep_vals[] = {
        { 0, "This PIU may overtake any PU ahead of it." },
-       { 1, "This PIU does not ovetake any PIU ahead of it." },
+       { 1, "This PIU does not overtake any PIU ahead of it." },
        { 0x0,  NULL }
 };
 
@@ -2915,7 +2915,7 @@ proto_register_sna(void)
                    8, TFS(&sna_nlp_lmi_truth), 0x80, "", HFILL }},
 
                 { &hf_sna_nlp_cqfi,
-                { "Connection Qualifyer Field Indicator", "sna.nlp.thdr.cqfi",
+                { "Connection Qualifier Field Indicator", "sna.nlp.thdr.cqfi",
                    FT_BOOLEAN, 8, TFS(&sna_nlp_cqfi_truth), 0x08, "", HFILL }},
 
                 { &hf_sna_nlp_osi,
@@ -3406,7 +3406,7 @@ proto_register_sna(void)
                    "", HFILL }},
 
                { &hf_sna_xid_3_dedsvc,
-               { "Dedicated SVC Idicator",
+               { "Dedicated SVC Indicator",
                    "sna.xid.type3.dedsvc", FT_BOOLEAN, 8, NULL, 0x20,
                    "", HFILL }},