memcachec plugin: Fixed a typo in a comment.
authorSebastian Harl <sh@tokkee.org>
Sun, 10 May 2009 15:58:56 +0000 (17:58 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 11 May 2009 09:36:54 +0000 (11:36 +0200)
src/memcachec.c

index 0868a9c..451a853 100644 (file)
@@ -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)