Browse Source

Typo in a comment

Source commit: cf18e316c5f367a1797be326df9dfe49bc7db788
Martin Prikryl 4 years ago
parent
commit
30bc8765f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/ScpCommander.cpp

+ 1 - 1
source/forms/ScpCommander.cpp

@@ -288,7 +288,7 @@ void __fastcall TScpCommanderForm::UpdateSessionData(TSessionData * Data)
   {
     Data->OtherLocalDirectory = OtherLocalDirView->PathName;
   }
-  // Setting both directories makes is a local browser
+  // Setting both directories makes it a local browser
   DebugAssert(Data->IsLocalBrowser == IsLocalBrowserMode());
   Data->SynchronizeBrowsing = NonVisualDataModule->SynchronizeBrowsingAction2->Checked;
 }