commit 342f2b187351f8a41fc0337499c05fb3a673610f
parent 8fb318860ecd399a59b830920e4aa21607a7b3ce
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 13 Nov 2018 10:48:23 -0500
Merge branch 'tor-github/pr/501'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/rend/rendcache.c b/src/feature/rend/rendcache.c
@@ -45,7 +45,7 @@ STATIC digestmap_t *rend_cache_v2_dir = NULL;
* looked up in this cache and if present, it is discarded from the fetched
* descriptor. At the end, all IP(s) in the cache, for a specific service
* ID, that were NOT present in the descriptor are removed from this cache.
- * Which means that if at least one IP was not in this cache, thus usuable,
+ * Which means that if at least one IP was not in this cache, thus usable,
* it's considered a new descriptor so we keep it. Else, if all IPs were in
* this cache, we discard the descriptor as it's considered unusable.
*