From: Jeff Schroeder Date: Mon, 31 Dec 2012 17:48:25 +0000 (-0600) Subject: Fixed a small typo in the ethstat plugin X-Git-Tag: collectd-5.1.2~10 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=83af56840f30864e4ece322a47707d3a13d15422 Fixed a small typo in the ethstat plugin Signed-off-by: Florian Forster --- diff --git a/src/ethstat.c b/src/ethstat.c index ee6979c5..dec14f3d 100644 --- a/src/ethstat.c +++ b/src/ethstat.c @@ -73,7 +73,7 @@ static int ethstat_add_interface (const oconfig_item_t *ci) /* {{{ */ return (status); interfaces_num++; - INFO("ethstat plugin: Registred interface %s", + INFO("ethstat plugin: Registered interface %s", interfaces[interfaces_num - 1]); return (0);