[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix typo
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
directory.c
Log Message:
fix typo
Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -p -d -r1.368 -r1.369
--- directory.c 9 Apr 2006 00:36:15 -0000 1.368
+++ directory.c 9 Apr 2006 10:43:03 -0000 1.369
@@ -1824,7 +1824,7 @@ dir_networkstatus_download_failed(smartl
}
/** 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)
{