diff options
author | Steven Barth <steven@midlink.org> | 2008-06-06 22:27:03 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-06 22:27:03 +0000 |
commit | 741f7a44f507f3dc701a9bda47f03d3e25886bed (patch) | |
tree | a6928c1504e1d2a2bf6643fb54d1ddcac769b53f /applications/luci-olsr/luasrc | |
parent | 0092df3d17247986be0cb5f43f49547ce9c08bc4 (diff) |
* Fixed typos
Diffstat (limited to 'applications/luci-olsr/luasrc')
-rw-r--r-- | applications/luci-olsr/luasrc/controller/olsr.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/controller/olsr.lua b/applications/luci-olsr/luasrc/controller/olsr.lua index 0482a8fe7..24159b7cc 100644 --- a/applications/luci-olsr/luasrc/controller/olsr.lua +++ b/applications/luci-olsr/luasrc/controller/olsr.lua @@ -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() |