aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index 93c28098..13a56127 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -914,7 +914,7 @@ static void Cache_process_queue(CacheEntry_t *entry)
a_Url_free(url);
}
- /* Trigger cleanup when there're no cache clients */
+ /* Trigger cleanup when there are no cache clients */
if (dList_length(ClientQueue) == 0) {
_MSG(" a_Dicache_cleanup()\n");
a_Dicache_cleanup();