From: Jo-Philipp Wich Date: Thu, 22 May 2008 13:12:43 +0000 (+0000) Subject: * ffluci/statistics: processes.lua: fix parameter spelling in comment X-Git-Tag: 0.8.0~1013 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=41f224a2fa3f4c6f47bf990481df0a0f5cafb6ee;hp=0e3371976118cc1cd36cb5d5cf5c379fe19e0020 * ffluci/statistics: processes.lua: fix parameter spelling in comment --- diff --git a/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua b/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua index 5e9735385..354cecaf1 100644 --- a/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua +++ b/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua @@ -23,7 +23,7 @@ s = m:section( NamedSection, "collectd_processes", "luci_statistics", "Pluginkon enable = s:option( Flag, "enable", "Plugin aktivieren" ) enable.default = 0 --- collectd_processes.processs (Process) +-- collectd_processes.processes (Process) processes = s:option( Value, "Processes", "Überwachte Prozesse", "mehrere mit Leerzeichen trennen" ) processes.default = "olsrd bmxd httpd dnsmasq dropbear tinc" processes:depends( "enable", 1 )