]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Many non-native speakers use Tor. It is our duty to ensure that our log messages...
authorNick Mathewson <nickm@torproject.org>
Sun, 24 Oct 2004 01:29:01 +0000 (01:29 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 24 Oct 2004 01:29:01 +0000 (01:29 +0000)
svn:r2583

src/or/connection.c

index ce6e6fa30616833ed20e361e2bbb77eee9fb6e70..f90b07f20e56f6c062037c52f5d3bf50b80f1ae7 100644 (file)
@@ -389,7 +389,7 @@ static int connection_handle_listener_read(connection_t *conn, int new_type) {
     if (ERRNO_IS_ACCEPT_EAGAIN(e)) {
       return 0; /* he hung up before we could accept(). that's fine. */
     } else if (ERRNO_IS_ACCEPT_RESOURCE_LIMIT(e)) {
-      log_fn(LOG_WARN,"accept failed: %s. Dropping incomming connection.",
+      log_fn(LOG_WARN,"accept failed: %s. Dropping incoming connection.",
              tor_socket_strerror(e));
       return 0;
     }