applications/luci-statistics: fix typo in collectd cbi
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Dec 2012 13:32:54 +0000 (13:32 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Dec 2012 13:32:54 +0000 (13:32 +0000)
applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua

index c1fd7a3..2343854 100644 (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."
        ))