X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/f60ffa143cca61e9729ac71033e1a556cf422871..e65ea965a07c7d48d269b2d2278d0101f7ac2b48:/cache.h diff --git a/cache.h b/cache.h index 9392836..470da4f 100644 --- a/cache.h +++ b/cache.h @@ -19,7 +19,7 @@ typedef void (*cache_fill_fn)(void); * fn content generator function for this key * * Return value - * 0 indicates success, everyting else is an error + * 0 indicates success, everything else is an error */ extern int cache_process(int size, const char *path, const char *key, int ttl, cache_fill_fn fn);