From a9d48d56e2e51253561cddb49bbad3e5ed844031 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 2 Dec 2012 13:32:54 +0000 Subject: [PATCH] applications/luci-statistics: fix typo in collectd cbi --- .../luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." )) -- 2.11.0