소스 검색

Typo in a comment

Source commit: c3daa22d88e613fc801d93075dca6814a8c7f83c
Martin Prikryl 1 년 전
부모
커밋
ac41e22f0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/core/SftpFileSystem.cpp

+ 1 - 1
source/core/SftpFileSystem.cpp

@@ -1330,7 +1330,7 @@ protected:
         FFileSystem->FTerminal->LogEvent(FORMAT(L"Queue len: %d", (FRequests->Count)));
       }
 
-      // make sure the response is reserved before actually ending the message
+      // make sure the response is reserved before actually sending the message
       // as we may receive response asynchronously before SendPacket finishes
       FFileSystem->ReserveResponse(Request, Response);
       SendPacket(Request);