X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-statistics%2Fluasrc%2Fmodel%2Fcbi%2Fluci_statistics%2Fprocesses.lua;fp=applications%2Fluci-statistics%2Fluasrc%2Fmodel%2Fcbi%2Fluci_statistics%2Fprocesses.lua;h=3aea6b3c718d86a01c4f22721dda6fde29158fb2;hp=c5f980e762c1a234d55666606d8a9da0a779deb4;hb=f72e3fbea374163a1cb5d6bea1baf822012542f5;hpb=da9929e2cb311b25fc7e4b85f313d347a16f1b63 diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua index c5f980e762..3aea6b3c71 100644 --- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua +++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua @@ -29,7 +29,7 @@ enable.default = 0 -- collectd_processes.processes (Process) processes = s:option( Value, "Processes", translate("Monitor processes"), - translate("Processes to monitor seperated by space") ) + translate("Processes to monitor separated by space") ) processes:depends( "enable", 1 ) processes.default = "uhttpd dropbear dnsmasq"