Bläddra i källkod

Typo in a comment

Source commit: dca42490997c1ca68c0695340e03e002e88c9c4e
Martin Prikryl 6 år sedan
förälder
incheckning
06bc99b927
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -8983,7 +8983,7 @@ void __fastcall TCustomScpExplorerForm::CMShowingChanged(TMessage & Message)
     // When we are starting minimized (i.e. from an installer),
     // postpone showing Login dialog until we get restored.
     // Otherwise the Login dialog (and Authentication window) show restored
-    // over invidible (minimized) main window.
+    // over invisible (minimized) main window.
     if (WindowState == wsMinimized)
     {
       FNeedSession = true;