소스 검색

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
Nick Mathewson 19 년 전
부모
커밋
0df2d383d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/connection.c

+ 1 - 1
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;
     }