|
@@ -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);
|
|
|
|