commit a4304c603188da49dcf2ded7cb53230ba2cae74c Author: Roger Dingledine arma@torproject.org Date: Fri Mar 27 02:51:01 2020 -0400
fix typo in log message --- src/feature/relay/ext_orport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/relay/ext_orport.c b/src/feature/relay/ext_orport.c index 5568dacf1..cff5f42cc 100644 --- a/src/feature/relay/ext_orport.c +++ b/src/feature/relay/ext_orport.c @@ -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); }
tor-commits@lists.torproject.org