[or-cvs] fix typo

arma at seul.org arma at seul.org
Sun Apr 9 10:43:05 UTC 2006


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)
 {



More information about the tor-commits mailing list