bthci_cmd: fix spelling-error-in-binary found by lintian

advertisments -> advertisements

Change-Id: I52e7e9cb316f97ac6b0e083df5c7a393f27e0a1d
Reviewed-on: https://code.wireshark.org/review/28859
Reviewed-by: Allan Møller Madsen <almomadk@gmail.com>
Reviewed-by: Michal Labedzki <michal.labedzki@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-07-26 12:06:37 +00:00 committed by Anders Broman
parent 0a2681d012
commit 8546dfb173
1 changed files with 3 additions and 3 deletions

View File

@ -2074,9 +2074,9 @@ static const value_string cmd_le_scan_types[] = {
static const value_string cmd_le_scan_filter_policy[] = {
{ 0x00, "Accept all advertisements, except directed advertisements not addressed to this device" },
{ 0x01, "Accept only advertisments from devices in the White List. Ignore directed advertisements not addressed to this device" },
{ 0x02, "Accept all advertisments, except directed advertisements not addressed to this device (but accept those with resolvable addresses that can not be resolved)" },
{ 0x03, "Accept only advertisments from devices in the White List. Ignore directed advertisements not addressed to this device (but accept those with resolvable addresses that can not be resolved)" },
{ 0x01, "Accept only advertisements from devices in the White List. Ignore directed advertisements not addressed to this device" },
{ 0x02, "Accept all advertisements, except directed advertisements not addressed to this device (but accept those with resolvable addresses that can not be resolved)" },
{ 0x03, "Accept only advertisements from devices in the White List. Ignore directed advertisements not addressed to this device (but accept those with resolvable addresses that can not be resolved)" },
{ 0, NULL }
};