diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-28 16:41:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-28 16:41:04 -0400 |
commit | 2018f86e0c7f088de54ff8f7f4d1e04075785206 (patch) | |
tree | be852316da53fe7cace1265ccb9e0c54e82b30cf /src/or/command.c | |
parent | c2a098e9800edb27d6a3630337e0efa72dfa7ba2 (diff) | |
download | tor-2018f86e0c7f088de54ff8f7f4d1e04075785206.tar.gz tor-2018f86e0c7f088de54ff8f7f4d1e04075785206.zip |
"Authetnicate" is not the usual spelling
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | 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 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; \ |