Browse Source

Typo in a comment

(cherry picked from commit a21c9d1393ec2ebe8d376e98a9d74d3c27238ac4)

Source commit: d157ecbddd314a008fe98e8c32783368761e7ddc
Martin Prikryl 5 years ago
parent
commit
f2bbaa1899
1 changed files with 1 additions and 1 deletions
  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);