From 83af56840f30864e4ece322a47707d3a13d15422 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Mon, 31 Dec 2012 11:48:25 -0600 Subject: [PATCH] Fixed a small typo in the ethstat plugin Signed-off-by: Florian Forster --- src/ethstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0