aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:16:13 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:41:38 +0000
commitc553cb19b1a47a06522a8159c8165e481c43566c (patch)
treea97d607fa03dce7452639f5be283414ea1c43642
parent90720b3dc14cda3e706c64fd5523e494df9354c9 (diff)
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>
-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 8f784b0b0e..216b2036d8 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -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 }
};