aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-12-05 09:59:23 -0800
committerAnders Broman <a.broman58@gmail.com>2018-12-05 18:58:19 +0000
commit8c22c5badecf16c2a7881db28254ba22c7cb3d1c (patch)
treeedbdc500b9641bfbee4e7ab738d58d4fb5599b46 /epan/dissectors/packet-dvbci.c
parent8cee907bbdfe94c133f1ed97174acfb3d814f369 (diff)
Fix some spelling errors found by Lintian.
Change-Id: If6fc3aab7ad4fc634567121f7b9541bc6f6c5766 Reviewed-on: https://code.wireshark.org/review/30926 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dvbci.c')
-rw-r--r--epan/dissectors/packet-dvbci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index 0ef6361eb0..1d360a09e0 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -1214,7 +1214,7 @@ static const value_string dvbci_cis_tpl_code[] = {
{ CISTPL_CFTABLE_ENTRY, "Configuration-table entry" },
{ CISTPL_DEVICE_OC, "Device information for Common Memory" },
{ CISTPL_DEVICE_OA, "Device information for Attribute Memory" },
- { CISTPL_MANFID, "Manufacturer indentification string" },
+ { CISTPL_MANFID, "Manufacturer identification string" },
{ CISTPL_END, "End of chain" },
{ 0, NULL }
};
@@ -1323,7 +1323,7 @@ static const value_string dvbci_res_class[] = {
};
static const value_string dvbci_app_type[] = {
{ APP_TYPE_CA, "Conditional Access" },
- { APP_TYPE_EPG, "Electronic Progam Guide" },
+ { APP_TYPE_EPG, "Electronic Program Guide" },
{ 0, NULL }
};
static const value_string dvbci_data_rate[] = {