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/gss-serv.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/gss-serv.c')
-rw-r--r-- | usr.bin/ssh/gss-serv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/gss-serv.c b/usr.bin/ssh/gss-serv.c index b4f4208b526..92d27b66f2b 100644 --- a/usr.bin/ssh/gss-serv.c +++ b/usr.bin/ssh/gss-serv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv.c,v 1.31 2018/07/09 21:37:55 markus Exp $ */ +/* $OpenBSD: gss-serv.c,v 1.32 2020/03/13 03:17:07 djm Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -333,7 +333,7 @@ ssh_gssapi_storecreds(void) debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism"); } -/* This allows GSSAPI methods to do things to the childs environment based +/* This allows GSSAPI methods to do things to the child's environment based * on the passed authentication process and credentials. */ /* As user */ |