X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fethstat.c;h=dec14f3d148962df3b1aaf41eb1f50f0a7a5f92c;hb=43ef00c0eb99991902d3c9a5fbe582cde049b055;hp=ee6979c52aafd1ca542034adad6002a2a6898ce1;hpb=6a5004f9c4394c8f561ba3b817196e7a50ad7237;p=collectd.git 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);