projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5004f
)
Fixed a small typo in the ethstat plugin
author
Jeff Schroeder
<jeffschroeder@computer.org>
Mon, 31 Dec 2012 17:48:25 +0000
(11:48 -0600)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/src/ethstat.c
b/src/ethstat.c
index
ee6979c
..
dec14f3
100644
(file)
--- 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: Regist
e
red interface %s",
interfaces[interfaces_num - 1]);
return (0);