tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a4304c603188da49dcf2ded7cb53230ba2cae74c
parent e7290dc8c00dcb765ac67bebb6e30a086903b859
Author: Roger Dingledine <arma@torproject.org>
Date:   Fri, 27 Mar 2020 02:51:01 -0400

fix typo in log message

Diffstat:
Msrc/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 @@ -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); }