浏览代码

Typo in a comment

Source commit: dca42490997c1ca68c0695340e03e002e88c9c4e
Martin Prikryl 6 年之前
父节点
当前提交
06bc99b927
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;