[or-cvs] r17726: {tor} fix typo noticed by wood (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Dec 22 09:52:56 UTC 2008


Author: arma
Date: 2008-12-22 04:52:56 -0500 (Mon, 22 Dec 2008)
New Revision: 17726

Modified:
   tor/trunk/src/or/command.c
Log:
fix typo noticed by wood


Modified: tor/trunk/src/or/command.c
===================================================================
--- tor/trunk/src/or/command.c	2008-12-22 09:10:06 UTC (rev 17725)
+++ tor/trunk/src/or/command.c	2008-12-22 09:52:56 UTC (rev 17726)
@@ -578,7 +578,7 @@
     const char *next = decode_address_from_payload(&addr, cp, end-cp);
     if (next == NULL) {
       log_fn(LOG_PROTOCOL_WARN,  LD_OR,
-             "Bad ddress in netinfo cell; closing connection.");
+             "Bad address in netinfo cell; closing connection.");
       connection_mark_for_close(TO_CONN(conn));
       return;
     }



More information about the tor-commits mailing list