summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b324ebf)
raw | patch | inline | side by side (parent: b324ebf)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 1 Dec 2009 11:18:05 +0000 (12:18 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 1 Dec 2009 11:18:05 +0000 (12:18 +0100) |
src/configfile.c | patch | blob | history |
diff --git a/src/configfile.c b/src/configfile.c
index 1a957f67463f138c673cc5dd5f23ebcbabffa8c3..2ef5f041c4459cdcb59981ef935aa33a22160303 100644 (file)
--- a/src/configfile.c
+++ b/src/configfile.c
if ((ci->values_num != 1) || (ci->values[0].type != OCONFIG_TYPE_STRING))
{
- ERROR ("cf_util_get_string: The %s plugin requires "
+ ERROR ("cf_util_get_string: The %s option requires "
"exactly one string argument.", ci->key);
return (-1);
}
{
if ((ci->values_num != 1) || (ci->values[0].type != OCONFIG_TYPE_STRING))
{
- ERROR ("cf_util_get_port_number: The %s plugin requires "
+ ERROR ("cf_util_get_port_number: The %s option requires "
"exactly one string argument.", ci->key);
return (-1);
}