Переглянути джерело

Typo in logging

Source commit: 56263391a0b8b89922ebb688e5a38adb30724bb9
Martin Prikryl 1 тиждень тому
батько
коміт
5c6ca0c8be
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      source/core/FtpFileSystem.cpp

+ 1 - 1
source/core/FtpFileSystem.cpp

@@ -3307,7 +3307,7 @@ UnicodeString __fastcall TFTPFileSystem::GotReply(unsigned int Reply, unsigned i
           }
           }
           if (ContainsText(FLastError->Strings[0], CantOpenTransferChannelMessage))
           if (ContainsText(FLastError->Strings[0], CantOpenTransferChannelMessage))
           {
           {
-            FTerminal->LogEvent(L"Failed to connection data connection after some previous data connections succeeded, retrying connection");
+            FTerminal->LogEvent(L"Failed to connect data connection after some previous data connections succeeded, retrying connection");
             RetryTransfer = true;
             RetryTransfer = true;
           }
           }
         }
         }