浏览代码

Typo in a comment

Source commit: 51341d6099e7370890198d91d273f2787602cf0e
Martin Prikryl 6 年之前
父节点
当前提交
fe4178fc9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -7426,7 +7426,7 @@ void __fastcall TTerminal::Sink(
   {
     LogEvent(FORMAT(L"Copying \"%s\" to local directory started.", (FileName)));
 
-    // Will we use ASCII of BINARY file transfer?
+    // Will we use ASCII or BINARY file transfer?
     UnicodeString BaseFileName = GetBaseFileName(FileName);
     TFileMasks::TParams MaskParams;
     MaskParams.Size = File->Size;