summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-11-28 15:54:51 +0000
committerManuel Munz <freifunk@somakoma.de>2011-11-28 15:54:51 +0000
commitf72e3fbea374163a1cb5d6bea1baf822012542f5 (patch)
tree98d455e438a0ddaabbe229ee0f6600ec6c7e034b /applications/luci-statistics
parentda9929e2cb311b25fc7e4b85f313d347a16f1b63 (diff)
applications/luci-statistics: Fix spelling
Diffstat (limited to 'applications/luci-statistics')
-rw-r--r--applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua2
1 files changed, 1 insertions, 1 deletions
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 c5f980e76..3aea6b3c7 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"