소스 검색

Typos in comment

(cherry picked from commit 1e606eba98b3911c05065401b3b0731fd4d63839)

Source commit: 97c745e5561ea36a3c0fbf7db0dfce3cc496c4d1
Martin Prikryl 5 년 전
부모
커밋
9ebed57d43
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      source/forms/ScpCommander.cpp

+ 3 - 3
source/forms/ScpCommander.cpp

@@ -360,9 +360,9 @@ void __fastcall TScpCommanderForm::DoShow()
   // Make sure the RemoteDirView is disabled (if not connected yet)
   // before the focusing below,
   // otherwise we disable the view while setting it focused
-  // (UpdateControls gets calling within the SetFocus),
-  // leading to VCL focus inconsistency wih Windows,
-  // and the view [anothing actually] not getting focused after the session
+  // (UpdateControls gets called within the SetFocus),
+  // leading to VCL focus inconsistency with Windows,
+  // and the view [anything actually] not getting focused after the session
   // is finally connected
   UpdateControls();