[or-cvs] fix typo

arma at seul.org arma at seul.org
Tue Dec 27 09:04:38 UTC 2005


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

Modified Files:
	connection.c 
Log Message:
fix typo


Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -p -d -r1.427 -r1.428
--- connection.c	14 Dec 2005 20:40:40 -0000	1.427
+++ connection.c	27 Dec 2005 09:04:36 -0000	1.428
@@ -240,7 +240,7 @@ _connection_free(connection_t *conn)
 
   if (conn->type == CONN_TYPE_OR &&
       !tor_digest_is_zero(conn->identity_digest)) {
-    warn(LD_BUG, "called on OR conn with non-zeroed idenity_digest");
+    warn(LD_BUG, "called on OR conn with non-zeroed identity_digest");
     connection_or_remove_from_identity_map(conn);
   }
 



More information about the tor-commits mailing list