1
0
Эх сурвалжийг харах

Typos

Source commit: ad4e15817ffb3618a423832deff7c83b4d86abdb
Martin Prikryl 5 жил өмнө
parent
commit
84e5d425c0

+ 3 - 3
source/windows/ConsoleRunner.cpp

@@ -2672,9 +2672,9 @@ int Info(TConsole * Console)
   try
   try
   {
   {
     PrintListAndFree(Console, L"SSH encryption ciphers:", SshCipherList());
     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());
     PrintListAndFree(Console, L"TLS/SSL cipher suites:", TlsCipherList());
   }
   }
   catch (Exception & E)
   catch (Exception & E)