summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.h
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2018-04-10 00:10:49 +0000
committerdjm <djm@openbsd.org>2018-04-10 00:10:49 +0000
commit27a1722d34e0abcacc7464729dba1ebaf22341de (patch)
tree4c093d5e89ab59815557890d6b4a6591928bc990 /usr.bin/ssh/sshbuf.h
parentdon't kill ssh-agent's listening socket entriely if we fail to accept a (diff)
downloadwireguard-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/sshbuf.h')
-rw-r--r--usr.bin/ssh/sshbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshbuf.h b/usr.bin/ssh/sshbuf.h
index 13fde3f1aa4..f4cc4a6bec0 100644
--- a/usr.bin/ssh/sshbuf.h
+++ b/usr.bin/ssh/sshbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf.h,v 1.9 2017/09/12 06:32:07 djm Exp $ */
+/* $OpenBSD: sshbuf.h,v 1.10 2018/04/10 00:10:49 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -49,7 +49,7 @@ struct sshbuf {
#ifndef SSHBUF_NO_DEPREACTED
/*
* NB. Please do not use sshbuf_init() in new code. Please use sshbuf_new()
- * instead. sshbuf_init() is deprectated and will go away soon (it is
+ * instead. sshbuf_init() is deprecated and will go away soon (it is
* only included to allow compat with buffer_* in OpenSSH)
*/
void sshbuf_init(struct sshbuf *buf);