diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-02 13:32:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-02 13:32:54 +0000 |
commit | a9d48d56e2e51253561cddb49bbad3e5ed844031 (patch) | |
tree | 686857efc0c32711f93976b6148986228699343c /applications | |
parent | 7c3c6b013b26ca45a06f140083131195a7807bb6 (diff) |
applications/luci-statistics: fix typo in collectd cbi
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua index c1fd7a331..2343854f6 100644 --- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua +++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua @@ -19,7 +19,7 @@ require("luci.sys") m = Map("luci_statistics", translate("Collectd Settings"), translate( - "Collectd is a small daeomon for collecting data from " .. + "Collectd is a small daemon for collecting data from " .. "various sources through different plugins. On this page " .. "you can change general settings for the collectd daemon." )) |