浏览代码

Typo in session logging

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

+ 1 - 1
source/core/SftpFileSystem.cpp

@@ -5304,7 +5304,7 @@ void __fastcall TSFTPFileSystem::Sink(
           ResumeTransfer = !PartialBiggerThanSource;
           if (!ResumeTransfer)
           {
-            FTerminal->LogEvent(L"Partially transferred file is bigger that original file.");
+            FTerminal->LogEvent(L"Partially transferred file is bigger than original file.");
           }
         }