summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-01 04:13:15 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-01 04:13:15 +0000
commitef04cfcbadcce6efa8a707511b5199507deda833 (patch)
tree69b98bd397410579a44a428e50c89bad540aeaa3 /src
parent41ba4575b3d658564a693779255c96c2d0d67804 (diff)
downloadtor-ef04cfcbadcce6efa8a707511b5199507deda833.tar.gz
tor-ef04cfcbadcce6efa8a707511b5199507deda833.zip
one more typo
svn:r3054
Diffstat (limited to 'src')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 1f7529f086..e6b8d001dd 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -415,7 +415,7 @@ static int connection_handle_listener_read(connection_t *conn, int new_type) {
news = accept(conn->s,(struct sockaddr *)&remote,&remotelen);
if (!SOCKET_IS_POLLABLE(news)) {
- /* accept() error, or two many conns to poll */
+ /* accept() error, or too many conns to poll */
int e;
if (news>=0) {
/* Too many conns to poll. */