Explorar o código

Typo in a comment

Source commit: 51341d6099e7370890198d91d273f2787602cf0e
Martin Prikryl %!s(int64=6) %!d(string=hai) anos
pai
achega
fe4178fc9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;