aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-05 13:01:08 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-05 13:01:08 +0000
commitda69e3f6ed165ddc7feefcb6a1054e308330c7c7 (patch)
tree2ec913d2de0cecf04e92c11547a05cd175a5f66a /epan/dissectors/packet-smpp.c
parent3fb5d7c031e9e49001d910feaa1b7639987eea2f (diff)
Bill Meier:
Spelling fixes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16956 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smpp.c')
-rw-r--r--epan/dissectors/packet-smpp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c
index ad8676f157..74d33c4296 100644
--- a/epan/dissectors/packet-smpp.c
+++ b/epan/dissectors/packet-smpp.c
@@ -692,8 +692,8 @@ static const value_string vals_dcs_cbs_language[] = {
{ 0x0D, "Hungarian" },
{ 0x0E, "Polish" },
{ 0x0F, "Language not specified" },
- { 0x10, "GSM 7-bit default alphabet - message preceeded by language indication" },
- { 0x11, "UCS-2 (16-bit) - message preceeded by language indication" },
+ { 0x10, "GSM 7-bit default alphabet - message preceded by language indication" },
+ { 0x11, "UCS-2 (16-bit) - message preceded by language indication" },
{ 0x20, "Czech" },
{ 0x21, "Hebrew" },
{ 0x22, "Arabic" },
@@ -2227,9 +2227,9 @@ proto_register_smpp(void)
}
},
{ &hf_smpp_dlist_resp,
- { "Unsuccesfull delivery list", "smpp.dlist_resp",
+ { "Unsuccessfull delivery list", "smpp.dlist_resp",
FT_NONE, BASE_NONE, NULL, 0x00,
- "The list of unsuccesfull deliveries to destinations.",
+ "The list of unsuccessfull deliveries to destinations.",
HFILL
}
},