summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/command.c2
1 files changed, 1 insertions, 1 deletions
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;
}