diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-24 01:29:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-24 01:29:01 +0000 |
commit | 0df2d383d140abd43233daaf96d6ad735fc9aeb3 (patch) | |
tree | bab22395429c5b58cc801992a3d913db2b3baba6 /src/or/connection.c | |
parent | 188b78027df96d00f992500ab5f8a8fab68e5ab5 (diff) | |
download | tor-0df2d383d140abd43233daaf96d6ad735fc9aeb3.tar tor-0df2d383d140abd43233daaf96d6ad735fc9aeb3.tar.gz |
Many non-native speakers use Tor. It is our duty to ensure that our log messages set an example of good English spelling.
svn:r2583
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index ce6e6fa30..f90b07f20 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -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; } |