From 35511a71bbcf51b71d4e709249636cd0fa7e9a42 Mon Sep 17 00:00:00 2001 From: jaroug Date: Wed, 1 Mar 2017 21:41:08 +0100 Subject: [PATCH] fix spelling again --- src/write_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write_http.c b/src/write_http.c index 68f6dc42..c6efe079 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -730,7 +730,7 @@ static int wh_config_node(oconfig_item_t *ci) /* {{{ */ } strarray_add(&http_attrs, &http_attrs_num, key); strarray_add(&http_attrs, &http_attrs_num, val); - DEBUG("write_http plugins: got attribute: %s => %s", key, val); + DEBUG("write_http plugin: got attribute: %s => %s", key, val); sfree(key); sfree(val); } else { -- 2.11.0