* Fixed typos
This commit is contained in:
parent
0092df3d17
commit
741f7a44f5
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ function index()
|
|||
page.title = "MID"
|
||||
page.order = 50
|
||||
|
||||
entry({"admin", "services", "olsrd"}, cbi("olsr/olsrd.lua"), "OLSRd")
|
||||
entry({"admin", "services", "olsrd"}, cbi("olsr/olsrd"), "OLSR")
|
||||
end
|
||||
|
||||
function action_index()
|
||||
|
|
|
@ -46,7 +46,7 @@ function delete_all(config, type, comparator)
|
|||
end)
|
||||
|
||||
for i, j in ipairs(del) do
|
||||
uci.delete("config", j)
|
||||
uci.delete(config, j)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue