]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo noticed by wood
authorRoger Dingledine <arma@torproject.org>
Mon, 22 Dec 2008 09:52:56 +0000 (09:52 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 22 Dec 2008 09:52:56 +0000 (09:52 +0000)
svn:r17726

src/or/command.c

index f7eb60f39d8a936c6cde95a8dcf066711587c4d8..fa4189dc3b27009e54978259345aa5f3b624aa1d 100644 (file)
@@ -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;
     }