Browse Source

Typos in comment

Source commit: 0c100d7a3300bbd1c6c7bb23efa22df3e10795d2
Martin Prikryl 5 years ago
parent
commit
1e606eba98
1 changed files with 3 additions and 3 deletions
  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();