浏览代码

Merge branch 'master' into dev

Source commit: f9353cb48881a18d12513e327bae20dabe7e5586
Martin Prikryl 9 年之前
父节点
当前提交
cf95994577
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/SecureShell.cpp

+ 1 - 1
source/core/SecureShell.cpp

@@ -2106,7 +2106,7 @@ void __fastcall TSecureShell::GetRealHost(UnicodeString & Host, int & Port)
 {
   if (FSessionData->Tunnel)
   {
-    // Not that we set the CONF_loghost, the hostname is correct already
+    // Now that we set the CONF_loghost, the hostname is correct already
     Host = FSessionData->OrigHostName;
     Port = FSessionData->OrigPortNumber;
   }