From a4304c603188da49dcf2ded7cb53230ba2cae74c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 27 Mar 2020 02:51:01 -0400 Subject: [PATCH] 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 5568dacf1a..cff5f42cc7 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); }