From ef04cfcbadcce6efa8a707511b5199507deda833 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 1 Dec 2004 04:13:15 +0000 Subject: one more typo svn:r3054 --- src/or/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/connection.c b/src/or/connection.c index 1f7529f08..e6b8d001d 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. */ -- cgit v1.2.3