From: Nick Mathewson Date: Fri, 28 Oct 2011 20:41:04 +0000 (-0400) Subject: "Authetnicate" is not the usual spelling X-Git-Tag: tor-0.2.3.7-alpha~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2018f86e0c7f088de54ff8f7f4d1e04075785206;p=thirdparty%2Ftor.git "Authetnicate" is not the usual spelling --- diff --git a/src/or/command.c b/src/or/command.c index aa5a62d54c..b090e1643e 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; \