Browse Source

Typo in a comment

Source commit: 51341d6099e7370890198d91d273f2787602cf0e
Martin Prikryl 6 years ago
parent
commit
fe4178fc9d
1 changed files with 1 additions and 1 deletions
  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;