aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-11-02 20:43:32 -0400
committerMichael Mann <mmann78@netscape.net>2016-11-03 02:31:52 +0000
commit8ea8cb645326ddb111afaa2bb23c978ddec05451 (patch)
treeb07e8d2c64566fe67269b1d72974c32045df6686
parent9b25c5ebf7d89a3f676ef96c1d06a2eae8c6a3e3 (diff)
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>
-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 216b2036d8..3c1b4f853d 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 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 }
};