From: Sebastian Harl Date: Sun, 10 May 2009 15:58:56 +0000 (+0200) Subject: memcachec plugin: Fixed a typo in a comment. X-Git-Tag: collectd-4.7.0~1^2~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=878fc620d483c3802d39f33964188001bdf952ba;p=collectd.git memcachec plugin: Fixed a typo in a comment. --- diff --git a/src/memcachec.c b/src/memcachec.c index 0868a9ce..451a8538 100644 --- a/src/memcachec.c +++ b/src/memcachec.c @@ -339,7 +339,7 @@ static int cmc_config_add_page (oconfig_item_t *ci) /* {{{ */ break; } /* for (i = 0; i < ci->children_num; i++) */ - /* Additionial sanity checks and libCURL initialization. */ + /* Additionial sanity checks and libmemcached initialization. */ while (status == 0) { if (page->server == NULL)