diff options
author | Roger Dingledine <arma@torproject.org> | 2016-02-22 02:34:50 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-02-22 02:34:50 -0500 |
commit | a9993a92fba0e8632635f2423fc4cc30da130a53 (patch) | |
tree | 340063604099356ec2a5a07e75a553507ea64a8c /src/or/microdesc.c | |
parent | 549493846782efa7d6655317844782b6acade1b2 (diff) | |
download | tor-a9993a92fba0e8632635f2423fc4cc30da130a53.tar.gz tor-a9993a92fba0e8632635f2423fc4cc30da130a53.zip |
fix two typos in comments
Diffstat (limited to 'src/or/microdesc.c')
-rw-r--r-- | src/or/microdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/microdesc.c b/src/or/microdesc.c index dc23bcb632..900a50eb41 100644 --- a/src/or/microdesc.c +++ b/src/or/microdesc.c @@ -840,7 +840,7 @@ microdesc_list_missing_digest256(networkstatus_t *ns, microdesc_cache_t *cache, /** Launch download requests for microdescriptors as appropriate. * * Specifically, we should launch download requests if we are configured to - * download mirodescriptors, and there are some microdescriptors listed the + * download mirodescriptors, and there are some microdescriptors listed in the * current microdesc consensus that we don't have, and either we never asked * for them, or we failed to download them but we're willing to retry. */ |