]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix two typos in comments
authorRoger Dingledine <arma@torproject.org>
Mon, 22 Feb 2016 07:34:50 +0000 (02:34 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 22 Feb 2016 07:34:50 +0000 (02:34 -0500)
src/or/microdesc.c
src/or/routerlist.c

index dc23bcb632c050781ea4b50c6313fe8e8be50e38..900a50eb41c6ab0a987eaa33ecdae9539760f799 100644 (file)
@@ -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.
  */
index f6662705dc9ccaa1e47af8fe2ba602c6b933224d..13ef0810646eecfbd213f7a52982d96baaed522f 100644 (file)
@@ -4452,7 +4452,7 @@ clear_dir_servers(void)
 /** For every current directory connection whose purpose is <b>purpose</b>,
  * and where the resource being downloaded begins with <b>prefix</b>, split
  * rest of the resource into base16 fingerprints (or base64 fingerprints if
- * purpose==DIR_PURPPOSE_FETCH_MICRODESC), decode them, and set the
+ * purpose==DIR_PURPOSE_FETCH_MICRODESC), decode them, and set the
  * corresponding elements of <b>result</b> to a nonzero value.
  */
 static void