[tor-commits] [tor/master] "Authetnicate" is not the usual spelling

nickm at torproject.org nickm at torproject.org
Fri Oct 28 22:03:09 UTC 2011


commit 2018f86e0c7f088de54ff8f7f4d1e04075785206
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 28 16:41:04 2011 -0400

    "Authetnicate" is not the usual spelling
---
 src/or/command.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/command.c b/src/or/command.c
index aa5a62d..b090e16 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -1135,7 +1135,7 @@ command_process_authenticate_cell(var_cell_t *cell, or_connection_t *conn)
 #define ERR(s)                                                  \
   do {                                                          \
     log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,                      \
-           "Received a bad AUTHETNICATE cell from %s:%d: %s",   \
+           "Received a bad AUTHENTICATE cell from %s:%d: %s",   \
            safe_str(conn->_base.address), conn->_base.port, (s));       \
     connection_mark_for_close(TO_CONN(conn));                   \
     return;                                                     \





More information about the tor-commits mailing list