mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix typo in log message
This commit is contained in:
parent
e7290dc8c0
commit
a4304c6031
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user