src/configfile.c: Fix a minor typo.
authorFlorian Forster <octo@noris.net>
Wed, 10 Mar 2010 17:37:47 +0000 (18:37 +0100)
committerFlorian Forster <octo@noris.net>
Wed, 10 Mar 2010 17:37:47 +0000 (18:37 +0100)
src/configfile.c

index 0eeb86e..aade476 100644 (file)
@@ -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);
        }