Browse Source

Typo in a comment

(cherry picked from commit db47a4a2c332a9af101eafd0ce9708e7fa3d8f1e)

Source commit: 824cb55fb7687a37e140bbd4d735125fda3a9c1d
Martin Prikryl 5 years ago
parent
commit
394a01b399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/ScpCommander.cpp

+ 1 - 1
source/forms/ScpCommander.cpp

@@ -737,7 +737,7 @@ void __fastcall TScpCommanderForm::ConfigurationChanged()
       RemoteDrivePanel->Height = RemotePanel.DriveViewHeight;
     }
 
-    // in case it trigges config-changed event (does not),
+    // in case it triggers config-changed event (does not),
     // make sure it does only after we apply the TreeOnLeft change to avoid endless recursion
     WinConfiguration->ScpCommander.LocalPanel = LocalPanel;
     WinConfiguration->ScpCommander.RemotePanel = RemotePanel;