From 2d72d0d25edfd48227062c781c17cbc88da92c2b Mon Sep 17 00:00:00 2001 From: wmeier Date: Thu, 18 Dec 2008 19:08:49 +0000 Subject: Fix various typos and spelling errors (mostly in text strings) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-bthci_cmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-bthci_cmd.c') diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c index 6d717b040f..6f36342a25 100644 --- a/epan/dissectors/packet-bthci_cmd.c +++ b/epan/dissectors/packet-bthci_cmd.c @@ -636,13 +636,13 @@ static const value_string cmd_auto_acc_flag_values[] = { }; static const value_string cmd_read_all_flag_values[] = { - {0x00, "Return Link Key for speified BD_ADDR" }, + {0x00, "Return Link Key for specified BD_ADDR" }, {0x01, "Return all stored Link Keys" }, {0, NULL } }; static const value_string cmd_delete_all_flag_values[] = { - {0x00, "Delete only Link Key for speified BD_ADDR" }, + {0x00, "Delete only Link Key for specified BD_ADDR" }, {0x01, "Delete all stored Link Keys" }, {0, NULL } }; @@ -2240,7 +2240,7 @@ proto_register_bthci_cmd(void) "Peak Bandwidth, in bytes per second", HFILL } }, { &hf_bthci_cmd_latency, - { "Latecy", "bthci_cmd.latency", + { "Latency", "bthci_cmd.latency", FT_UINT32, BASE_DEC, NULL, 0x0, "Latency, in microseconds", HFILL } }, -- cgit v1.2.3