mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix typo in log message
This commit is contained in:
@@ -602,7 +602,7 @@ connection_ext_or_process_inbuf(or_connection_t *or_conn)
|
||||
command->body, command->len) < 0)
|
||||
goto err;
|
||||
} else {
|
||||
log_notice(LD_NET,"Got Extended ORPort command we don't regognize (%u).",
|
||||
log_notice(LD_NET,"Got Extended ORPort command we don't recognize (%u).",
|
||||
command->cmd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user