Explorar o código

"Authetnicate" is not the usual spelling

Nick Mathewson %!s(int64=14) %!d(string=hai) anos
pai
achega
2018f86e0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/command.c

+ 1 - 1
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;                                                     \