ソースを参照

Typo

Source commit: 1915d282c3f9aad6d85ba52a94177e817008742e
Martin Prikryl 10 年 前
コミット
567f66c067
1 ファイル変更1 行追加1 行削除
  1. 1 1
      source/core/SftpFileSystem.cpp

+ 1 - 1
source/core/SftpFileSystem.cpp

@@ -3198,7 +3198,7 @@ void __fastcall TSFTPFileSystem::DoStartup()
         }
         else
         {
-          FTerminal->LogEvent(L"We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 string are not mandatory");
+          FTerminal->LogEvent(L"We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 strings are not mandatory");
           FUtfStrings = asAuto;
           FUtfDisablingAnnounced = false;
         }