From: Roger Dingledine Date: Mon, 22 Dec 2008 09:52:56 +0000 (+0000) Subject: fix typo noticed by wood X-Git-Tag: tor-0.2.1.9-alpha~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df89748388c3c50f54f988d851626bbe77159d1e;p=thirdparty%2Ftor.git fix typo noticed by wood svn:r17726 --- diff --git a/src/or/command.c b/src/or/command.c index f7eb60f39d..fa4189dc3b 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -578,7 +578,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn) 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; }