From a2e3aa697786da06f15731ddc7ea23dbc871d3db Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 19 Mar 2016 19:41:53 +0000 Subject: [PATCH] Fix typo in comment. --- putty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putty.h b/putty.h index d5333942..78c4220f 100644 --- a/putty.h +++ b/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); /* -- 2.45.2