* ffluci/statistics: processes.lua: fix parameter spelling in comment
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 22 May 2008 13:12:43 +0000 (13:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 22 May 2008 13:12:43 +0000 (13:12 +0000)
applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua

index 5e97353..354ceca 100644 (file)
@@ -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 )