summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-10-12 18:09:25 +0300
committerGitHub <noreply@github.com>2018-10-12 18:09:25 +0300
commit1544e10f918a168e8e7860da5e22fb5f294479e5 (patch)
tree61a77a8b04451805f7698011a64eec10f28dd5d3 /applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
parent896892f9afd2180094ca12faa8a0b5a9f2193207 (diff)
parent282aa6856d5f1029443df4229b10a82e0ca04fb6 (diff)
Merge pull request #2221 from yangfl/master
treewide: Fix typos in UI strings
Diffstat (limited to 'applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
index 48e0ec2d7a..9c8e3e1880 100644
--- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
+++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
@@ -51,8 +51,8 @@ notify = m:section( TypedSection, "collectd_exec_notify",
translate(
"Here you can define external commands which will be " ..
"started by collectd when certain threshold values have " ..
- "been reached. The values leading to invokation will be " ..
- "feeded to the the called programs stdin."
+ "been reached. The values leading to invocation will be " ..
+ "fed to the the called programs stdin."
))
notify.addremove = true
notify.anonymous = true