Browse Source

Typo in a comment

Source commit: 46944367a3dac2d12e9b13a243e6c793c34be8b6
Martin Prikryl 5 years ago
parent
commit
0ae8efb866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -7108,7 +7108,7 @@ void __fastcall TCustomScpExplorerForm::DoShow()
   FQueueDragDropFilesEx->DragDropControl = QueueView3;
 
   // This was previously in NeedSession, where other related code is.
-  // But that is called form CMShowingChanged, when the window is already visible and the local-local window state
+  // But that is called from CMShowingChanged, when the window is already visible and the local-local window state
   // unpleasanly shows briefly.
   if (!WinConfiguration->ShowLoginWhenNoSession &&
       WinConfiguration->AutoSaveWorkspace && !WinConfiguration->AutoWorkspace.IsEmpty() &&