From f0083abed10e8a397ebe9e62801e3b5d536ba7b6 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 2 Sep 2015 15:40:56 +0300 Subject: statistics: fix typo sed -i "s/collected date/collected data/" Signed-off-by: Hannu Nyman --- .../luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-statistics/luasrc') diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua index 54b15de83f..547badf568 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua @@ -6,7 +6,7 @@ m = Map("luci_statistics", translate( "The network plugin provides network based communication between " .. "different collectd instances. Collectd can operate both in client " .. - "and server mode. In client mode locally collected date is " .. + "and server mode. In client mode locally collected data is " .. "transferred to a collectd server instance, in server mode the " .. "local instance receives data from other hosts." )) -- cgit v1.2.3