From 383653dee2b35df3487ce4de3dae3656676b6785 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 30 Aug 2009 10:41:52 +0200 Subject: [PATCH] write_http plugin: Fix a typo. --- 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 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); -- 2.11.0