diff options
author | Roger Dingledine <arma@torproject.org> | 2020-03-27 02:51:01 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-03-27 02:51:01 -0400 |
commit | a4304c603188da49dcf2ded7cb53230ba2cae74c (patch) | |
tree | 400ce647652e1f1fae167c686aee37b0b3eae0ff | |
parent | e7290dc8c00dcb765ac67bebb6e30a086903b859 (diff) | |
download | tor-a4304c603188da49dcf2ded7cb53230ba2cae74c.tar.gz tor-a4304c603188da49dcf2ded7cb53230ba2cae74c.zip |
fix typo in log message
-rw-r--r-- | src/feature/relay/ext_orport.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |