Explorar o código

Comments fixes

(cherry picked from commit 434fde16ded720aad005cf9b742e81b0bb3a40f5)

# Conflicts:
#	source/forms/CustomScpExplorer.cpp

Source commit: 55e4c966be9e936dbfedde7e52c2ae608919e1b9
Martin Prikryl %!s(int64=4) %!d(string=hai) anos
pai
achega
5018a2b488
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -10682,7 +10682,7 @@ void __fastcall TCustomScpExplorerForm::ClipboardDownload(const UnicodeString &
 //---------------------------------------------------------------------------
 void __fastcall TCustomScpExplorerForm::ClipboardFakeCreated(TObject * /*Sender*/, const UnicodeString FileName)
 {
-  // It can actually rarelly happen that some random file is created, while we are shuttting down the monitor
+  // It can actually rarelly happen that some random file is created, while we are shutting down the monitor
   // (as it pumps a Windows message queue while being shutted down)
   if (DebugAlwaysTrue(!FClipboardFakeDirectory.IsEmpty()) &&
       SameText(ExtractFileName(FileName), ExtractFileName(FClipboardFakeDirectory)))