Browse Source

Typo in comment

Source commit: 6a4dad13aba3f2f9fba7200ee711e3f55f0372f8
Martin Prikryl 9 years ago
parent
commit
ba6f6b9c33
1 changed files with 1 additions and 1 deletions
  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;
   }