]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
one more typo
authorRoger Dingledine <arma@torproject.org>
Wed, 1 Dec 2004 04:13:15 +0000 (04:13 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 1 Dec 2004 04:13:15 +0000 (04:13 +0000)
svn:r3054

src/or/connection.c

index 1f7529f086179a79b6a796d091e281d825054a4b..e6b8d001ddb1b842ada227c77b2502968388bd33 100644 (file)
@@ -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. */