summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-09 10:43:03 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-09 10:43:03 +0000
commit760934b175f8b175ef75c77a2794f8226b987a12 (patch)
treeb0a80306ac6795db5700147c4cb0442721a7a33d
parenta52bb835c897cdbeb664e8dc40a8c35a3c894444 (diff)
downloadtor-760934b175f8b175ef75c77a2794f8226b987a12.tar.gz
tor-760934b175f8b175ef75c77a2794f8226b987a12.zip
fix typo
svn:r6340
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index f073fc14e0..a506b87a7c 100644
--- a/src/or/directory.c
+++ b/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)
{