Browse Source

Typo in a comment tag

Source commit: c4b07bc29c61b44257fc607b291c696c15596d04
Martin Prikryl 4 years ago
parent
commit
a94ae723a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -8782,7 +8782,7 @@ void __fastcall TCustomScpExplorerForm::UpdateControls()
   {
   {
     TTerminalManager::Instance()->UpdateAppTitle();
     TTerminalManager::Instance()->UpdateAppTitle();
   }
   }
-  // WORAKRDOUND: Disabling list view when it is not showing yet does not set its
+  // WORKAROUND: Disabling list view when it is not showing yet does not set its
   // background to gray on Windows 7 (works on Windows 10).
   // background to gray on Windows 7 (works on Windows 10).
   // See also EnableControl
   // See also EnableControl
   if (Showing)
   if (Showing)