Преглед изворни кода

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;
           ResumeTransfer = !PartialBiggerThanSource;
           if (!ResumeTransfer)
           if (!ResumeTransfer)
           {
           {
-            FTerminal->LogEvent(L"Partially transferred file is bigger that original file.");
+            FTerminal->LogEvent(L"Partially transferred file is bigger than original file.");
           }
           }
         }
         }