1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Fix a batch of typos in comments and docs.

This commit is contained in:
Simon Tatham
2022-01-03 06:38:07 +00:00
parent f9d0557330
commit 4ecb40a60d
10 changed files with 11 additions and 11 deletions

View File

@ -327,7 +327,7 @@ struct SftpServerVtable {
/*
* Handle actual filesystem requests.
*
* Each of these functions replies by calling an appropiate
* Each of these functions replies by calling an appropriate
* sftp_reply_foo() function on the given reply packet.
*/

View File

@ -1922,7 +1922,7 @@ static void ssh2_transport_gss_update(struct ssh2_transport_state *s,
s->gss_status |= GSS_KEX_CAPABLE;
/*
* When rekeying to cascade, avoding doing this too close to the
* When rekeying to cascade, avoid doing this too close to the
* context expiration time, since the key exchange might fail.
*/
if (s->gss_ctxt_lifetime < MIN_CTXT_LIFETIME)