소스 검색

Fixed typo

Tatsuhiro Tsujikawa 15 년 전
부모
커밋
9e70c5ead7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/InitiateConnectionCommand.cc

+ 1 - 1
src/InitiateConnectionCommand.cc

@@ -96,7 +96,7 @@ bool InitiateConnectionCommand::executeInternal() {
     // Catch exception and retry another address.
     // See also AbstractCommand::checkIfConnectionEstablished
 
-    // TODO ipaddr might not be used if pooled sockt was found.
+    // TODO ipaddr might not be used if pooled socket was found.
     getDownloadEngine()->markBadIPAddress(hostname, ipaddr, port);
     if(!getDownloadEngine()->findCachedIPAddress(hostname, port).empty()) {
       A2_LOG_INFO_EX(EX_EXCEPTION_CAUGHT, ex);