summaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-03-24 22:56:22 +0100
committerjcid <devnull@localhost>2008-03-24 22:56:22 +0100
commit5763bad3e2a95553ed799e73ffd640dfaf441ac0 (patch)
treee31159f81dbfeb051538959900060a9dd94bd7fb /src/cache.c
parent74d3c301d4ad9333a7d28e2a20ac732cd13ac462 (diff)
+ s/there're/there are/g
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();