]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r15633@catbus: nickm | 2007-10-10 14:16:54 -0400
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Oct 2007 19:33:06 +0000 (19:33 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Oct 2007 19:33:06 +0000 (19:33 +0000)
 Fix a spelling mistake.

svn:r11838

src/or/directory.c

index ea1f896d837424a76f9237db3d12c69bb7038f04..0d2547ca26d3e3a37ca6aa39fb4e9746615e05e1 100644 (file)
@@ -1436,7 +1436,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
       tor_free(body); tor_free(headers); tor_free(reason);
       return -1;
     }
-    log_info(LD_DIR,"Received authority certificatess (size %d) from server "
+    log_info(LD_DIR,"Received authority certificates (size %d) from server "
              "'%s:%d'",(int) body_len, conn->_base.address, conn->_base.port);
     if (trusted_dirs_load_certs_from_string(body, 0)<0) {
       log_warn(LD_DIR, "Unable to parse fetched certificates");