mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix typo in comment.
This commit is contained in:
parent
0fadffe0cb
commit
a2e3aa6977
2
putty.h
2
putty.h
@ -1208,7 +1208,7 @@ int verify_ssh_host_key(void *frontend, char *host, int port,
|
||||
void (*callback)(void *ctx, int result), void *ctx);
|
||||
/*
|
||||
* have_ssh_host_key() just returns true if a key of that type is
|
||||
* already chached and false otherwise.
|
||||
* already cached and false otherwise.
|
||||
*/
|
||||
int have_ssh_host_key(const char *host, int port, const char *keytype);
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user