From 211a3152e621551647547d3098281a1497751883 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 10 Mar 2010 18:37:47 +0100 Subject: [PATCH] src/configfile.c: Fix a minor typo. --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configfile.c b/src/configfile.c index 0eeb86e6..aade4763 100644 --- 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); } -- 2.11.0