Code

Merge pull request #408 from radford/curl-json-cache-aliasing
[collectd.git] / src / utils_fbhash.c
index 97f21a1f78317ebc4cc5d8ccce7f61dcd322b0ae..38b713e7f0d7a8536fb76101bd16bcea5a42bce1 100644 (file)
@@ -253,7 +253,7 @@ char *fbh_get (fbhash_t *h, const char *key) /* {{{ */
 
   pthread_mutex_lock (&h->lock);
 
-  /* TODO: Checking this everytime may be a bit much..? */
+  /* TODO: Checking this every time may be a bit much..? */
   fbh_check_file (h);
 
   status = c_avl_get (h->tree, key, (void *) &value);