Sfoglia il codice sorgente

Typo in a comment tag

(cherry picked from commit a94ae723a4c5060aa44372f5830c9c1e093a4588)

# Conflicts:
#	source/forms/CustomScpExplorer.cpp

Source commit: f26f1101f11d24150461846f7b4b2b0a8347335b
Martin Prikryl 4 anni fa
parent
commit
4702c36e2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -8707,7 +8707,7 @@ TColor __fastcall TCustomScpExplorerForm::DisabledPanelColor()
 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)