Browse Source

Typo in a comment

Source commit: 7a8a10d137966ed9e1fa3753b4423371d53f323c
Martin Prikryl 6 years ago
parent
commit
28250bacdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -6544,7 +6544,7 @@ void __fastcall TCustomScpExplorerForm::DoTerminalListChanged()
       {
         TabSheet->ImageIndex = FNewSessionTabImageIndex;
         TabSheet->Tag = 0; // not really needed
-        // We know that we are at the last page, sotherwise we could not call this (it assumes that new session tab is the last one)
+        // We know that we are at the last page, otherwise we could not call this (it assumes that new session tab is the last one)
         UpdateNewSessionTab();
       }