浏览代码

Typo in a comment

Source commit: a011c955e4aa4175e15e171ca7fab81e59ea9fc4
Martin Prikryl 2 年之前
父节点
当前提交
679c1ca674
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -4637,7 +4637,7 @@ void __fastcall TTerminal::RenameFile(const TRemoteFile * File, const UnicodeStr
 bool __fastcall TTerminal::DoRenameFile(const UnicodeString FileName, const TRemoteFile * File,
   const UnicodeString NewName, bool Move)
 {
-  // Can be foDelete when recycling (ands overwrite should not happen in this case)
+  // Can be foDelete when recycling (and overwrite should not happen in this case)
   bool IsBatchMove = (OperationProgress != NULL) && (OperationProgress->Operation == foRemoteMove);
   TBatchOverwrite BatchOverwrite = (IsBatchMove ? OperationProgress->BatchOverwrite : boNo);
   UnicodeString AbsoluteNewName = AbsolutePath(NewName, true);