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_api.h | |
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_api.h')
-rw-r--r-- | usr.bin/ssh/ssh_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_api.h b/usr.bin/ssh/ssh_api.h index a7e14e06ec5..d5ba574802b 100644 --- a/usr.bin/ssh/ssh_api.h +++ b/usr.bin/ssh/ssh_api.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh_api.h,v 1.1 2015/01/19 20:30:23 markus Exp $ */ +/* $OpenBSD: ssh_api.h,v 1.2 2018/04/10 00:10:49 djm Exp $ */ /* * Copyright (c) 2012 Markus Friedl. All rights reserved. * @@ -80,7 +80,7 @@ int ssh_set_verify_host_key_callback(struct ssh *ssh, * ssh_packet_next() sets typep if there is no new packet available. * in this case the caller must fill the input byte-stream by passing * the data received over network to ssh_input_append(). - * additinally, the caller needs to send the resulting output + * additionally, the caller needs to send the resulting output * byte-stream back over the network. otherwise the key exchange * would not proceed. the output byte-stream is accessed through * ssh_output_ptr(). |