projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9824e
)
src/configfile.c: Fix a minor typo.
author
Florian Forster
<octo@noris.net>
Wed, 10 Mar 2010 17:37:47 +0000
(18:37 +0100)
committer
Florian Forster
<octo@noris.net>
Wed, 10 Mar 2010 17:37:47 +0000
(18:37 +0100)
src/configfile.c
patch
|
blob
|
history
diff --git
a/src/configfile.c
b/src/configfile.c
index
0eeb86e
..
aade476
100644
(file)
--- a/
src/configfile.c
+++ b/
src/configfile.c
@@
-1006,7
+1006,7
@@
int cf_util_get_boolean (const oconfig_item_t *ci, _Bool *ret_bool) /* {{{ */
if ((ci->values_num != 1) || (ci->values[0].type != OCONFIG_TYPE_BOOLEAN))
{
ERROR ("cf_util_get_boolean: The %s option requires "
- "exactly one
string
argument.", ci->key);
+ "exactly one
boolean
argument.", ci->key);
return (-1);
}