aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-14 22:05:51 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-15 18:44:55 +0200
commit67d0f870506e3bc3703ae3cb2cb00e19691ce967 (patch)
treebd84beb4b402e74693215826ea36980dcd2c924c /cache.h
parentui-shared: use type='search' for the search box (diff)
global: spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
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);