diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-04-10 00:10:49 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 10:17:15 +1000 |
commit | 001aa55484852370488786bd40e9fdad4b465811 (patch) | |
tree | 8b98f20603dea5362f66fbfcc8c400e29c7492bb /ssh_api.h | |
parent | 260ede2787fe80b18b8d5920455b4fb268519c7d (diff) |
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
Diffstat (limited to 'ssh_api.h')
-rw-r--r-- | ssh_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh_api.h,v 1.1 2015/01/19 20:30:23 markus Exp $ */ | 1 | /* $OpenBSD: ssh_api.h,v 1.2 2018/04/10 00:10:49 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2012 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2012 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -81,7 +81,7 @@ int ssh_set_verify_host_key_callback(struct ssh *ssh, | |||
81 | * ssh_packet_next() sets typep if there is no new packet available. | 81 | * ssh_packet_next() sets typep if there is no new packet available. |
82 | * in this case the caller must fill the input byte-stream by passing | 82 | * in this case the caller must fill the input byte-stream by passing |
83 | * the data received over network to ssh_input_append(). | 83 | * the data received over network to ssh_input_append(). |
84 | * additinally, the caller needs to send the resulting output | 84 | * additionally, the caller needs to send the resulting output |
85 | * byte-stream back over the network. otherwise the key exchange | 85 | * byte-stream back over the network. otherwise the key exchange |
86 | * would not proceed. the output byte-stream is accessed through | 86 | * would not proceed. the output byte-stream is accessed through |
87 | * ssh_output_ptr(). | 87 | * ssh_output_ptr(). |