bthci_cmd: fix fix spelling typo found by lintian

Change-Id: Ic7fd85db374df24358e53be66cd2432dca6a23d2
Reviewed-on: https://code.wireshark.org/review/18541
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
This commit is contained in:
Alexis La Goutte 2016-10-27 18:16:13 +02:00 committed by Anders Broman
parent 90720b3dc1
commit c553cb19b1
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 addresed to this device" },
{ 0x01, "Ignore advertisments from devices not in the white list only. Ignore directed advertisements not addresed to this device" },
{ 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" },
{ 0, NULL }
};