diff options
author | 2020-03-13 03:17:07 +0000 | |
---|---|---|
committer | 2020-03-13 03:17:07 +0000 | |
commit | 264cfea27cdb63c29ca0527d3faff3a0af37672d (patch) | |
tree | d19b344e4ec80ebde86dbe02e038afd09bc0ac67 /usr.bin/ssh/ssh-keygen.c | |
parent | when downloading FIDO2 resident keys from a token, don't prompt for a PIN (diff) | |
download | wireguard-openbsd-264cfea27cdb63c29ca0527d3faff3a0af37672d.tar.xz wireguard-openbsd-264cfea27cdb63c29ca0527d3faff3a0af37672d.zip |
spelling errors in comments; no code change
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index c17e2cd1969..7291fea0e68 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.403 2020/03/13 03:12:17 djm Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.404 2020/03/13 03:17:07 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -2454,7 +2454,7 @@ load_sign_key(const char *keypath, const struct sshkey *pubkey) int r; /* - * If passed a public key filename, then try to locate the correponding + * If passed a public key filename, then try to locate the corresponding * private key. This lets us specify certificates on the command-line * and have ssh-keygen find the appropriate private key. */ |