]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 09:04:36 +0000 (09:04 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 09:04:36 +0000 (09:04 +0000)
svn:r5667

src/or/connection.c

index b830bd261f91543d2f57b61890ecc1a1fbfb5c71..3f1ec618da76061ec96bbd51eca0876a43ca34ea 100644 (file)
@@ -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);
   }