Browse Source

Typo in session logging

Source commit: c2c2a74eaa3560ca37f192ba774aff2c76d19bb2
Martin Prikryl 3 years ago
parent
commit
a9611d2185
1 changed files with 1 additions and 1 deletions
  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.");
           }
         }