1
0
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:
Jacob Nevins 2016-03-19 19:41:53 +00:00
parent 0fadffe0cb
commit a2e3aa6977

View File

@ -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);
/*