From 264cfea27cdb63c29ca0527d3faff3a0af37672d Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 13 Mar 2020 03:17:07 +0000 Subject: spelling errors in comments; no code change from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html --- usr.bin/ssh/sshbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/sshbuf.h') diff --git a/usr.bin/ssh/sshbuf.h b/usr.bin/ssh/sshbuf.h index dd194830ef4..caa3747ddc1 100644 --- a/usr.bin/ssh/sshbuf.h +++ b/usr.bin/ssh/sshbuf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshbuf.h,v 1.19 2020/01/25 23:02:14 djm Exp $ */ +/* $OpenBSD: sshbuf.h,v 1.20 2020/03/13 03:17:07 djm Exp $ */ /* * Copyright (c) 2011 Damien Miller * @@ -192,7 +192,7 @@ int sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp); /* - * Functions to poke values into an exisiting buffer (e.g. a length header + * Functions to poke values into an existing buffer (e.g. a length header * to a packet). The destination bytes must already exist in the buffer. */ int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val); -- cgit v1.2.3-59-g8ed1b