linuxdvb: fix typo in field name
This commit is contained in:
parent
dd8d66370f
commit
23515ef466
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue