Browse Source

Typo in a comment

Source commit: 0f0ed5973a7a62113559615209be4ec8f98b0067
Martin Prikryl 3 years ago
parent
commit
730a35f2ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/Copy.cpp

+ 1 - 1
source/forms/Copy.cpp

@@ -408,7 +408,7 @@ void __fastcall TCopyDialog::FormShow(TObject * /*Sender*/)
 
   InstallPathWordBreakProc(RemoteDirectoryEdit);
   InstallPathWordBreakProc(LocalDirectoryEdit);
-  // Does not work when set from a contructor
+  // Does not work when set from a constructor
   ShortCutHintPanel->Color = Application->HintColor;
 }
 //---------------------------------------------------------------------------