Fixed a small typo in the ethstat plugin
authorJeff Schroeder <jeffschroeder@computer.org>
Mon, 31 Dec 2012 17:48:25 +0000 (11:48 -0600)
committerFlorian Forster <octo@collectd.org>
Mon, 14 Jan 2013 08:52:54 +0000 (09:52 +0100)
Signed-off-by: Florian Forster <octo@collectd.org>
src/ethstat.c

index ee6979c..dec14f3 100644 (file)
@@ -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);