summaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-08-06 02:20:51 -0400
committerRoger Dingledine <arma@torproject.org>2014-08-06 02:20:51 -0400
commit0c869af7f8626cc74a7b82d0c0d6192cbb796d02 (patch)
treed79bdafb433ba7271fba344934e0df0e97b5c1b6 /src/or/directory.c
parent74a8555d2be2ce9d33e9814212e5de49ba089274 (diff)
downloadtor-0c869af7f8626cc74a7b82d0c0d6192cbb796d02.tar.gz
tor-0c869af7f8626cc74a7b82d0c0d6192cbb796d02.zip
fix three typos in comments
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 22ba056ee1..51ea312689 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -349,7 +349,7 @@ should_use_directory_guards(const or_options_t *options)
return 1;
}
-/** Pick an unconsetrained directory server from among our guards, the latest
+/** Pick an unconstrained directory server from among our guards, the latest
* networkstatus, or the fallback dirservers, for use in downloading
* information of type <b>type</b>, and return its routerstatus. */
static const routerstatus_t *