summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-06 22:27:03 +0000
committerSteven Barth <steven@midlink.org>2008-06-06 22:27:03 +0000
commit741f7a44f507f3dc701a9bda47f03d3e25886bed (patch)
treea6928c1504e1d2a2bf6643fb54d1ddcac769b53f /applications/luci-olsr/luasrc
parent0092df3d17247986be0cb5f43f49547ce9c08bc4 (diff)
* Fixed typos
Diffstat (limited to 'applications/luci-olsr/luasrc')
-rw-r--r--applications/luci-olsr/luasrc/controller/olsr.lua2
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()