浏览代码

Merge branch 'master' into dev

Source commit: 6ef101280c37ab24b012eba0c7132d83079dd0e8
Martin Prikryl 5 年之前
父节点
当前提交
f11ef88195
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      source/windows/ConsoleRunner.cpp

+ 3 - 3
source/windows/ConsoleRunner.cpp

@@ -2675,9 +2675,9 @@ int Info(TConsole * Console)
   try
   {
     PrintListAndFree(Console, L"SSH encryption ciphers:", SshCipherList());
-    PrintListAndFree(Console, L"SSH key exchange algoritms:", SshKexList());
-    PrintListAndFree(Console, L"SSH host key algoritms:", SshHostKeyList());
-    PrintListAndFree(Console, L"SSH MAC algoritms:", SshMacList());
+    PrintListAndFree(Console, L"SSH key exchange algorithms:", SshKexList());
+    PrintListAndFree(Console, L"SSH host key algorithms:", SshHostKeyList());
+    PrintListAndFree(Console, L"SSH MAC algorithms:", SshMacList());
     PrintListAndFree(Console, L"TLS/SSL cipher suites:", TlsCipherList());
   }
   catch (Exception & E)