applications/luci-statistics: fix typo in collectd cbi

This commit is contained in:
Jo-Philipp Wich 2012-12-02 13:32:54 +00:00
parent 7c3c6b013b
commit a9d48d56e2

View file

@ -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."
))