소스 검색

Typo in a comment

(cherry picked from commit db47a4a2c332a9af101eafd0ce9708e7fa3d8f1e)

Source commit: 824cb55fb7687a37e140bbd4d735125fda3a9c1d
Martin Prikryl 5 년 전
부모
커밋
394a01b399
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;