Browse Source

fix typo

svn:r6340
Roger Dingledine 19 years ago
parent
commit
760934b175
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/directory.c

+ 1 - 1
src/or/directory.c

@@ -1824,7 +1824,7 @@ dir_networkstatus_download_failed(smartlist_t *failed)
 }
 
 /** Called when one or more routerdesc fetches have failed (with uppercase
- * fingerprints listed in <b>failed</>). */
+ * fingerprints listed in <b>failed</b>). */
 static void
 dir_routerdesc_download_failed(smartlist_t *failed)
 {