소스 검색

Typo in a comment

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

+ 1 - 1
source/core/Terminal.cpp

@@ -3449,7 +3449,7 @@ void __fastcall TTerminal::CustomReadDirectory(TRemoteFileList * FileList)
   DebugAssert(FFileSystem);
 
   // To match FTP upload/download, we also limit directory listing.
-  // For simiplicity, we limit it unconditionally, for all protocols for any kind of errors.
+  // For simplicity, we limit it unconditionally, for all protocols for any kind of errors.
   bool FileTransferAny = false;
   TRobustOperationLoop RobustLoop(this, OperationProgress, &FileTransferAny);