Răsfoiți Sursa

Comments fixes

(cherry picked from commit 434fde16ded720aad005cf9b742e81b0bb3a40f5)

# Conflicts:
#	source/forms/CustomScpExplorer.cpp

Source commit: 55e4c966be9e936dbfedde7e52c2ae608919e1b9
Martin Prikryl 4 ani în urmă
părinte
comite
5018a2b488
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)))