Browse Source

Typo in a comment

Source commit: 51341d6099e7370890198d91d273f2787602cf0e
Martin Prikryl 6 năm trước cách đây
mục cha
commit
fe4178fc9d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;