From c0aeca0049de03c3da80f6072eda47eb722f931a Mon Sep 17 00:00:00 2001 From: jaroug Date: Wed, 1 Mar 2017 20:10:35 +0100 Subject: [PATCH] fix spelling --- src/write_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/write_http.c b/src/write_http.c index 7fbc534e..68f6dc42 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -711,12 +711,12 @@ static int wh_config_node(oconfig_item_t *ci) /* {{{ */ char *val = NULL; if (child->values_num != 2) { - WARNING("write_http plugins: Attribute need both a key and a value."); + WARNING("write_http plugin: Attribute need both a key and a value."); break; } if (child->values[0].type != OCONFIG_TYPE_STRING || child->values[1].type != OCONFIG_TYPE_STRING) { - WARNING("write_http plugins: Attribute needs string arguments."); + WARNING("write_http plugin: Attribute needs string arguments."); break; } if ((key = strdup(child->values[0].value.string)) == NULL) { -- 2.11.0