summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthci_cmd.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
commit33c99f44fdc0b65ed2e0fecb0c34c32d4e454942 (patch)
tree5a9e06dd5f91951645bff0dd47c3d1bca8623fe8 /epan/dissectors/packet-bthci_cmd.c
parent1b59a486340656572894aee6cfebc67ad5f8eff3 (diff)
downloadwireshark-33c99f44fdc0b65ed2e0fecb0c34c32d4e454942.tar.gz
Fix typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27028
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.c')
-rw-r--r--epan/dissectors/packet-bthci_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 755fa8a3bb..6d717b040f 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -570,9 +570,9 @@ const value_string bthci_cmd_oob_data_present_vals[] = {
const value_string bthci_cmd_auth_req_vals[] = {
{0x00, "MITM Protection Not Required - Single Profile. Numeric Comparison, Automatic Accept Allowed" },
- {0x01, "MITM Protection Required - Single Profile. Use IO Capabilty To Determine Procedure" },
+ {0x01, "MITM Protection Required - Single Profile. Use IO Capability To Determine Procedure" },
{0x02, "MITM Protection Not Required - All Profiles. Numeric Comparison, Automatic Accept Allowed" },
- {0x03, "MITM Protection Required - All Profiles. Use IO Capabilty To Determine Procedure" },
+ {0x03, "MITM Protection Required - All Profiles. Use IO Capability To Determine Procedure" },
{ 0, NULL }
};