diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-03-13 03:17:07 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-03-14 19:39:09 +1100 |
commit | d081f017c20a3564255873ed99fd7d024cac540f (patch) | |
tree | 961bd04b64c3d52803740987a6ab713e3ca6d06b /ssh-keygen.c | |
parent | c084a2d040f160bc2b83f13297e3e3ca3f5dbac6 (diff) |
upstream: spelling errors in comments; no code change from
OpenBSD-Commit-ID: 166ea64f6d84f7bac5636dbd38968592cb5eb924
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r-- | ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index cf8e1ba97..0fa141cff 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.403 2020/03/13 03:12:17 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.404 2020/03/13 03:17:07 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -2476,7 +2476,7 @@ load_sign_key(const char *keypath, const struct sshkey *pubkey) | |||
2476 | int r; | 2476 | int r; |
2477 | 2477 | ||
2478 | /* | 2478 | /* |
2479 | * If passed a public key filename, then try to locate the correponding | 2479 | * If passed a public key filename, then try to locate the corresponding |
2480 | * private key. This lets us specify certificates on the command-line | 2480 | * private key. This lets us specify certificates on the command-line |
2481 | * and have ssh-keygen find the appropriate private key. | 2481 | * and have ssh-keygen find the appropriate private key. |
2482 | */ | 2482 | */ |