Browse Source

Typo in a comment

Source commit: 1627599322af834dd2e334878ce964007ce8c1d6
Martin Prikryl 6 years ago
parent
commit
e99848dcf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -10107,7 +10107,7 @@ bool __fastcall TCustomScpExplorerForm::TryOpenDirectory(TOperationSide Side, co
 //---------------------------------------------------------------------------
 void __fastcall TCustomScpExplorerForm::ReloadDirectory(TOperationSide Side)
 {
-  // Make sure there some feedback even when loading tine local folders
+  // Make sure there some feedback even when loading tiny local folders
   TInstantOperationVisualizer Visualizer;
   DirView(Side)->ReloadDirectory();
 }