瀏覽代碼

Typo in a comment

Source commit: 7a8a10d137966ed9e1fa3753b4423371d53f323c
Martin Prikryl 6 年之前
父節點
當前提交
28250bacdf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
       }