summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-btl2cap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-18 19:08:49 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-18 19:08:49 +0000
commitc544c209561e2661d014eac1b3f7a2a6a67af636 (patch)
treeada9aa2c01f7b2a0d24b67b54d2b571f6f4a0f85 /epan/dissectors/packet-btl2cap.c
parentdbd150e9484c48e8dbe71f5042d8b7cc8a4eea93 (diff)
downloadwireshark-c544c209561e2661d014eac1b3f7a2a6a67af636.tar.gz
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27050
Diffstat (limited to 'epan/dissectors/packet-btl2cap.c')
-rw-r--r--epan/dissectors/packet-btl2cap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btl2cap.c b/epan/dissectors/packet-btl2cap.c
index 9a6134fb2c..f702ced343 100644
--- a/epan/dissectors/packet-btl2cap.c
+++ b/epan/dissectors/packet-btl2cap.c
@@ -173,7 +173,7 @@ static const value_string configuration_result_vals[] = {
static const value_string status_vals[] = {
{ 0x0000, "No further information available" },
- { 0x0001, "Authentication panding" },
+ { 0x0001, "Authentication pending" },
{ 0x0002, "Authorization pending" },
{ 0, NULL }
};
@@ -1038,7 +1038,7 @@ proto_register_btl2cap(void)
{ &hf_btl2cap_psm,
{ "PSM", "btl2cap.psm",
FT_UINT16, BASE_HEX, VALS(psm_vals), 0x0,
- "Protocol/Service Multiplexor", HFILL }
+ "Protocol/Service Multiplexer", HFILL }
},
{ &hf_btl2cap_scid,
{ "Source CID", "btl2cap.scid",