]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
"Authetnicate" is not the usual spelling
authorNick Mathewson <nickm@torproject.org>
Fri, 28 Oct 2011 20:41:04 +0000 (16:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 Oct 2011 20:41:04 +0000 (16:41 -0400)
src/or/command.c

index aa5a62d54ca8288347aa5431e581efe7567fd5ec..b090e1643e34fb6856965efc2b425033051355cd 100644 (file)
@@ -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;                                                     \