From: Florian Forster Date: Sun, 30 Aug 2009 08:41:52 +0000 (+0200) Subject: write_http plugin: Fix a typo. X-Git-Tag: collectd-4.8.0~23 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=383653dee2b35df3487ce4de3dae3656676b6785;p=collectd.git write_http plugin: Fix a typo. --- diff --git a/src/write_http.c b/src/write_http.c index b17a3422..ac1e5aad 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -78,7 +78,7 @@ static int wh_send_buffer (wh_callback_t *cb) /* {{{ */ if (status != 0) { ERROR ("write_http plugin: curl_easy_perform failed with " - "staus %i: %s", + "status %i: %s", status, cb->curl_errbuf); } return (status);