aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcache.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-02-07 12:22:29 -0500
committerRoger Dingledine <arma@torproject.org>2018-02-07 12:22:29 -0500
commita7440d9c9df1141a5ff52c1358bc28a8bb27bea3 (patch)
treeeab3a60021db7ade469173cb0c4c6076368b0dd0 /src/or/rendcache.c
parent78382d557ab3da0b11f4fbda829f463067fc808f (diff)
downloadtor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.tar.gz
tor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.zip
more fixes for typos, grammar, whitespace, etc
some of these ought to have been noticed by the "misspell" tool, so if anybody is debugging it, here are some bug reports :)
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r--src/or/rendcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c
index 30115d0bb8..d27e1c293f 100644
--- a/src/or/rendcache.c
+++ b/src/or/rendcache.c
@@ -48,7 +48,7 @@ STATIC digestmap_t *rend_cache_v2_dir = NULL;
* Once a descriptor is removed from the rend cache or expires, the entry
* in this cache is also removed for the service ID.
*
- * This scheme allows us to not relay on the descriptor's timestamp (which
+ * This scheme allows us to not rely on the descriptor's timestamp (which
* is rounded down to the hour) to know if we have a newer descriptor. We
* only rely on the usability of intro points from an internal state. */
STATIC strmap_t *rend_cache_failure = NULL;