diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/htcacheclean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 756300be6f..9991a9a496 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -342,7 +342,7 @@ static int process_dir(char *path, apr_pool_t *pool) } } - /* this may look strange but apr_stat() may return errno which + /* this may look strange but apr_stat() may return an error which * is system dependent and there may be transient failures, * so just blindly retry for a short while */ |