From: jaroug Date: Wed, 1 Mar 2017 20:41:08 +0000 (+0100) Subject: fix spelling again X-Git-Tag: collectd-5.8.0~202^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2199%2Fhead;p=thirdparty%2Fcollectd.git fix spelling again --- diff --git a/src/write_http.c b/src/write_http.c index 68f6dc42b..c6efe0792 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 {