summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua
index 4171a886b9..c0a18a9c1f 100644
--- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua
+++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua
@@ -4,7 +4,7 @@
m = Map("luci_statistics",
translate("Processes Plugin Configuration"),
translate(
- "The processes plugin collects informations like cpu time, " ..
+ "The processes plugin collects information like cpu time, " ..
"page faults and memory usage of selected processes."
))