* ffluci/statistics: add cbi model for rrdtool, fix stat-genconfig to allow correctly...
[project/luci.git] / applications / luci-statistics / src / model / cbi / admin_statistics / processes.lua
index 9af3cdc..5e97353 100644 (file)
@@ -24,7 +24,7 @@ enable = s:option( Flag, "enable", "Plugin aktivieren" )
 enable.default = 0
 
 -- collectd_processes.processs (Process)
-processes = s:option( Value, "Processs", "Überwachte Prozesse", "mehrere mit Leerzeichen trennen" )
+processes = s:option( Value, "Processes", "Überwachte Prozesse", "mehrere mit Leerzeichen trennen" )
 processes.default = "olsrd bmxd httpd dnsmasq dropbear tinc"
 processes:depends( "enable", 1 )