linuxdvb: fix typo in field name

This commit is contained in:
Adam Sutton 2014-04-13 20:31:49 +01:00
parent dd8d66370f
commit 23515ef466

View file

@ -450,7 +450,7 @@ const idclass_t linuxdvb_satconf_en50494_class =
{
.type = PT_STR,
.id = "network_b",
.name = "Netwotk B",
.name = "Network B",
.get = linuxdvb_satconf_class_network_get1,
.set = linuxdvb_satconf_class_network_set1,
.list = linuxdvb_satconf_class_network_enum,