From 41f224a2fa3f4c6f47bf990481df0a0f5cafb6ee Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 22 May 2008 13:12:43 +0000 Subject: [PATCH] * ffluci/statistics: processes.lua: fix parameter spelling in comment --- .../luci-statistics/src/model/cbi/admin_statistics/processes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.11.0