瀏覽代碼

Typo in comment

Source commit: 6a4dad13aba3f2f9fba7200ee711e3f55f0372f8
Martin Prikryl 9 年之前
父節點
當前提交
ba6f6b9c33
共有 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;
   }