1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 01:57:40 -05:00

Spelling fixes (just in comments).

As found by a bot ( http://www.misfix.org,
https://github.com/ka7/misspell_fixer ).
This commit is contained in:
klemens
2017-04-15 10:06:22 +02:00
committed by Simon Tatham
parent 49fb598b0e
commit 89fff90de7
7 changed files with 9 additions and 9 deletions

View File

@ -892,7 +892,7 @@ void load_open_settings(void *sesskey, Conf *conf)
{
/* SSH-2 only by default */
int sshprot = gppi_raw(sesskey, "SshProt", 3);
/* Old sessions may contain the values correponding to the fallbacks
/* Old sessions may contain the values corresponding to the fallbacks
* we used to allow; migrate them */
if (sshprot == 1) sshprot = 0; /* => "SSH-1 only" */
else if (sshprot == 2) sshprot = 3; /* => "SSH-2 only" */