소스 검색

Spelling.

master
Richard Nyberg 19 년 전
부모
커밋
01191f2561
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      btpd/net.c

+ 1
- 1
btpd/net.c 파일 보기

@@ -215,7 +215,7 @@ net_write(struct peer *p, unsigned long wmax)
return 0;
}
} else if (nwritten == 0) {
btpd_log(BTPD_L_CONN, "connection close by peer.\n");
btpd_log(BTPD_L_CONN, "connection closed by peer.\n");
peer_kill(p);
return 0;
}


불러오는 중...
취소
저장