[or-cvs] fix a typo that was confusing me

arma at seul.org arma at seul.org
Sat Apr 8 06:55:12 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	or.h 
Log Message:
fix a typo that was confusing me


Index: or.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.820
retrieving revision 1.821
diff -u -p -d -r1.820 -r1.821
--- or.h	8 Apr 2006 05:43:52 -0000	1.820
+++ or.h	8 Apr 2006 06:55:10 -0000	1.821
@@ -918,7 +918,7 @@ typedef struct networkstatus_t {
                                        * recommends client and server software
                                        * versions. */
 
-  smartlist_t *entries; /**< List of router_status_t*.   This list is kept
+  smartlist_t *entries; /**< List of routerstatus_t*.   This list is kept
                          * sorted by identity_digest. */
 } networkstatus_t;
 



More information about the tor-commits mailing list