]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix typo in comment.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 19 Mar 2016 19:41:53 +0000 (19:41 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 19 Mar 2016 23:43:21 +0000 (23:43 +0000)
putty.h

diff --git a/putty.h b/putty.h
index d5333942bd27dbd74eab5eb5cebeb343663d5d45..78c4220fd6acdbf4607b1e2782b9b407d45effc2 100644 (file)
--- 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);
 /*