瀏覽代碼

fix typo

svn:r6340
Roger Dingledine 19 年之前
父節點
當前提交
760934b175
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 {