packet-bthci_cmd.c: Fix typos found by lintian.
authorMichael Mann <mmann78@netscape.net>
Thu, 3 Nov 2016 00:43:32 +0000 (20:43 -0400)
committerMichael Mann <mmann78@netscape.net>
Thu, 3 Nov 2016 02:31:52 +0000 (02:31 +0000)
Change-Id: I7fd66fadd1cc42951745710ef06613ef098c572d
Reviewed-on: https://code.wireshark.org/review/18641
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-bthci_cmd.c

index 216b2036d8c311e5f255c52b926f41d2cecfbc3c..3c1b4f853d0e71a1b8f3cdce50206062a547d34b 100644 (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 }
 };