]> git.cameronkatri.com Git - cgit.git/blobdiff - cache.h
global: make 'char *path' const where possible
[cgit.git] / cache.h
diff --git a/cache.h b/cache.h
index 93928368172a00c6261a711bc1b9912dc903c065..470da4fc15647943f0ea3f446ed140cacd973d5f 100644 (file)
--- 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);