mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 01:54:28 +02:00
global: spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
98abe5bb9e
commit
67d0f87050
4 changed files with 8 additions and 8 deletions
2
cache.h
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue