diff options
author | Arlo Breault <arlolra@gmail.com> | 2014-09-23 12:11:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-23 12:11:06 -0400 |
commit | 2e168566654957cb708d7484c28778e110384ae4 (patch) | |
tree | cccf297324e656addd226d5ea193425c3a958477 /src/or/directory.c | |
parent | 2fae74d6c3e84eef24d628f55898c27a2ffa23f7 (diff) | |
download | tor-2e168566654957cb708d7484c28778e110384ae4.tar.gz tor-2e168566654957cb708d7484c28778e110384ae4.zip |
Fix a comment typo.
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 5eccb2cabd..890d3eaff9 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 * |