소스 검색

one more typo

svn:r3054
Roger Dingledine 21 년 전
부모
커밋
ef04cfcbad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/connection.c

+ 1 - 1
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. */