瀏覽代碼

Typo in a comment

Source commit: 94b02814109a547007cd64f15f00c06001fe2d4d
Martin Prikryl 6 年之前
父節點
當前提交
39273fb110
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -10383,7 +10383,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
-  // (as it pumps a Windows message queue while beign shutted down)
+  // (as it pumps a Windows message queue while being shutted down)
   if (DebugAlwaysTrue(!FClipboardFakeDirectory.IsEmpty()) &&
       SameText(ExtractFileName(FileName), ExtractFileName(FClipboardFakeDirectory)))
   {