diff options
author | 2018-04-10 00:10:49 +0000 | |
---|---|---|
committer | 2018-04-10 00:10:49 +0000 | |
commit | 27a1722d34e0abcacc7464729dba1ebaf22341de (patch) | |
tree | 4c093d5e89ab59815557890d6b4a6591928bc990 /usr.bin/ssh/ssh.c | |
parent | don't kill ssh-agent's listening socket entriely if we fail to accept a (diff) | |
download | wireguard-openbsd-27a1722d34e0abcacc7464729dba1ebaf22341de.tar.xz wireguard-openbsd-27a1722d34e0abcacc7464729dba1ebaf22341de.zip |
lots of typos in comments/docs. Patch from Karsten Weiss after checking
with codespell tool (https://github.com/lucasdemarchi/codespell)
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 4f2ffd03dd1..e06542a2879 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.475 2018/02/23 15:58:38 markus Exp $ */ +/* $OpenBSD: ssh.c,v 1.476 2018/04/10 00:10:49 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1435,7 +1435,7 @@ main(int ac, char **av) /* load options.identity_files */ load_public_identity_files(pw); - /* optionally set the SSH_AUTHSOCKET_ENV_NAME varibale */ + /* optionally set the SSH_AUTHSOCKET_ENV_NAME variable */ if (options.identity_agent && strcmp(options.identity_agent, SSH_AUTHSOCKET_ENV_NAME) != 0) { if (strcmp(options.identity_agent, "none") == 0) { |