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:
@ -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" */
|
||||
|
Reference in New Issue
Block a user