[openssh-commits] [openssh] 06/08: upstream: spelling fixes; from paul tagliamonte amendments to his

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 3 17:53:45 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 0872663a7be0301bcc3d49acdbc9b740a3d972d4
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Dec 26 19:16:03 2022 +0000

    upstream: spelling fixes; from paul tagliamonte amendments to his
    
    diff are noted on tech
    
    OpenBSD-Commit-ID: d776dd03d0b882ca9c83b84f6b384f6f9bd7de4a
---
 sntrup761.sh  | 4 ++--
 ssh-keyscan.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sntrup761.sh b/sntrup761.sh
index 5cd5f92c..f0a48435 100644
--- a/sntrup761.sh
+++ b/sntrup761.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-#       $OpenBSD: sntrup761.sh,v 1.5 2021/01/08 02:33:13 dtucker Exp $
+#       $OpenBSD: sntrup761.sh,v 1.6 2022/12/26 19:16:03 jmc Exp $
 #       Placed in the Public Domain.
 #
 AUTHOR="supercop-20201130/crypto_kem/sntrup761/ref/implementors"
@@ -45,7 +45,7 @@ for i in $FILES; do
 	#  - remove all includes, we inline everything required.
 	#  - make functions not required elsewhere static.
 	#  - rename the functions we do use.
-	#  - remove unneccesary defines and externs.
+	#  - remove unnecessary defines and externs.
 	sed -e "/#include/d" \
 	    -e "s/crypto_kem_/crypto_kem_sntrup761_/g" \
 	    -e "s/^void /static void /g" \
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 0d91df5c..1318c2fa 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keyscan.c,v 1.148 2022/12/04 23:50:49 cheloha Exp $ */
+/* $OpenBSD: ssh-keyscan.c,v 1.149 2022/12/26 19:16:03 jmc Exp $ */
 /*
  * Copyright 1995, 1996 by David Mazieres <dm at lcs.mit.edu>.
  *
@@ -493,7 +493,7 @@ congreet(int s)
 
 	/*
 	 * Read the server banner as per RFC4253 section 4.2.  The "SSH-"
-	 * protocol identification string may be preceeded by an arbitarily
+	 * protocol identification string may be preceeded by an arbitrarily
 	 * large banner which we must read and ignore.  Loop while reading
 	 * newline-terminated lines until we have one starting with "SSH-".
 	 * The ID string cannot be longer than 255 characters although the

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list