aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-01-05 13:01:08 +0000
committerJörg Mayer <jmayer@loplof.de>2006-01-05 13:01:08 +0000
commitf9a57f08d1960cf7f6d898645d4e9f0ee384c0e7 (patch)
tree2ec913d2de0cecf04e92c11547a05cd175a5f66a /epan/dissectors/packet-bssgp.c
parent1cd8e8ca0c6df4cedec907b1f1c2e634f3a92a91 (diff)
Bill Meier:
Spelling fixes. svn path=/trunk/; revision=16956
Diffstat (limited to 'epan/dissectors/packet-bssgp.c')
-rw-r--r--epan/dissectors/packet-bssgp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bssgp.c b/epan/dissectors/packet-bssgp.c
index 1688d397fe..480387e183 100644
--- a/epan/dissectors/packet-bssgp.c
+++ b/epan/dissectors/packet-bssgp.c
@@ -1736,7 +1736,7 @@ decode_iei_cause(bssgp_ie_t *ie, build_info_t *bi, int ie_start_offset) {
{ 0x2a, "Unknown destination address" },
{ 0x2b, "Unknown RIM application identity" },
{ 0x2c, "Invalid container unit information" },
- { 0x2d, "PFC queing" },
+ { 0x2d, "PFC queuing" },
{ 0x2e, "PFC created successfully" },
{ 0, NULL },
};
@@ -3264,7 +3264,7 @@ decode_iei_feature_bitmap(bssgp_ie_t *ie, build_info_t *bi, int ie_start_offset)
value = get_masked_guint8(data, MASK_INR);
pi = proto_tree_add_bitfield8(tf, bi->tvb, bi->offset, MASK_INR);
- proto_item_append_text(pi, "INR: Inter-NSE re-routeing%s supoprted",
+ proto_item_append_text(pi, "INR: Inter-NSE re-routeing%s supported",
value == 0 ? " not" : "");
value = get_masked_guint8(data, MASK_CBL);
@@ -3715,7 +3715,7 @@ decode_iei_positioning_data(bssgp_ie_t *ie, build_info_t *bi, int ie_start_offse
value = get_masked_guint8(data, MASK_USAGE);
switch (value) {
- case 0: proto_item_append_text(pi, " attempted unsuccessfully due to failure or interuption "); break;
+ case 0: proto_item_append_text(pi, " attempted unsuccessfully due to failure or interruption "); break;
case 1: proto_item_append_text(pi, " attempted successfully: results not used to generate location"); break;
case 2: proto_item_append_text(pi, " attempted successfully: results used to verify but not generate location"); break;
case 3: proto_item_append_text(pi, "attempted successfully: results used to generate location"); break;