Explorar el Código

Typo in a comment tag

Source commit: c4b07bc29c61b44257fc607b291c696c15596d04
Martin Prikryl hace 4 años
padre
commit
a94ae723a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -8782,7 +8782,7 @@ void __fastcall TCustomScpExplorerForm::UpdateControls()
   {
     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).
   // See also EnableControl
   if (Showing)