[tor-commits] [tor/master] Fix a comment typo.
nickm at torproject.org
nickm at torproject.org
Fri Jan 23 15:03:14 UTC 2015
commit 2e168566654957cb708d7484c28778e110384ae4
Author: Arlo Breault <arlolra at gmail.com>
Date: Tue Sep 23 12:11:06 2014 -0400
Fix a comment typo.
---
src/or/directory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/directory.c b/src/or/directory.c
index 5eccb2c..890d3ea 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -345,7 +345,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 *
More information about the tor-commits
mailing list