[tor-commits] [tor/master] fix typo in log message
arma at torproject.org
arma at torproject.org
Fri Mar 27 06:51:51 UTC 2020
commit a4304c603188da49dcf2ded7cb53230ba2cae74c
Author: Roger Dingledine <arma at 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);
}
More information about the tor-commits
mailing list