瀏覽代碼

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;
         }