packet-bthci_cmd.c: Fix typos found by lintian.

Change-Id: I7fd66fadd1cc42951745710ef06613ef098c572d
Reviewed-on: https://code.wireshark.org/review/18641
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Michael Mann 2016-11-02 20:43:32 -04:00
parent 9b25c5ebf7
commit 8ea8cb6453
1 changed files with 2 additions and 2 deletions

View File

@ -1567,8 +1567,8 @@ static const value_string cmd_le_scan_types[] = {
};
static const value_string cmd_le_scan_filter_policy[] = {
{ 0x00, "Accept all advertisments. Ignore directed advertisements not addressed to this device" },
{ 0x01, "Ignore advertisments from devices not in the white list only. Ignore directed advertisements not addressed to this device" },
{ 0x00, "Accept all advertisements. Ignore directed advertisements not addressed to this device" },
{ 0x01, "Ignore advertisements from devices not in the white list only. Ignore directed advertisements not addressed to this device" },
{ 0, NULL }
};