fix typo in log message

This commit is contained in:
Roger Dingledine 2020-03-27 02:51:01 -04:00
parent e7290dc8c0
commit a4304c6031

View File

@ -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);
}