diff options
author | Ville Skyttä | 2017-10-14 22:05:51 +0300 |
---|---|---|
committer | Jason A. Donenfeld | 2017-10-15 18:44:55 +0200 |
commit | 67d0f870506e3bc3703ae3cb2cb00e19691ce967 (patch) | |
tree | bd84beb4b402e74693215826ea36980dcd2c924c /cache.h | |
parent | 98abe5bb9e6297a5dcbae206e00352c8630d922e (diff) | |
download | cgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.tar.gz cgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.tar.bz2 cgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.zip |
global: spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ typedef void (*cache_fill_fn)(void); | |||
19 | * fn content generator function for this key | 19 | * fn content generator function for this key |
20 | * | 20 | * |
21 | * Return value | 21 | * Return value |
22 | * 0 indicates success, everyting else is an error | 22 | * 0 indicates success, everything else is an error |
23 | */ | 23 | */ |
24 | extern int cache_process(int size, const char *path, const char *key, int ttl, | 24 | extern int cache_process(int size, const char *path, const char *key, int ttl, |
25 | cache_fill_fn fn); | 25 | cache_fill_fn fn); |