From f72e3fbea374163a1cb5d6bea1baf822012542f5 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 28 Nov 2011 15:54:51 +0000 Subject: [PATCH] applications/luci-statistics: Fix spelling --- .../luasrc/model/cbi/luci_statistics/processes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2