projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c3bc4f
)
protocols plugins: Fixed a typo in an error message.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 21 Nov 2009 12:07:16 +0000
(13:07 +0100)
committer
Sebastian Harl
<sh@tokkee.org>
Sat, 21 Nov 2009 12:07:16 +0000
(13:07 +0100)
Thanks to lintian(1) for finding that :-)
src/protocols.c
patch
|
blob
|
history
diff --git
a/src/protocols.c
b/src/protocols.c
index
75e9a1c
..
e830c42
100644
(file)
--- a/
src/protocols.c
+++ b/
src/protocols.c
@@
-166,7
+166,7
@@
static int read_file (const char *path)
if (key_fields_num != value_fields_num)
{
ERROR ("protocols plugin: Number of fields in keys and values lines "
- "dont match: %i vs %i.",
+ "don
'
t match: %i vs %i.",
key_fields_num, value_fields_num);
break;
}