]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: spelling fixes; from paul tagliamonte amendments to his
authorjmc@openbsd.org <jmc@openbsd.org>
Mon, 26 Dec 2022 19:16:03 +0000 (19:16 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 3 Jan 2023 06:53:05 +0000 (17:53 +1100)
diff are noted on tech

OpenBSD-Commit-ID: d776dd03d0b882ca9c83b84f6b384f6f9bd7de4a

sntrup761.sh
ssh-keyscan.c

index 5cd5f92c31d79fcc73697cb89d070a149dc0e18c..f0a484357308c9df9a8863ca754f4ed5fe571a07 100644 (file)
@@ -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" \
index 0d91df5ca6c59b536e3fbe8960e2384284f30afc..1318c2fa6fb717504c2c5a8b5c0e82a6eca0e1a3 100644 (file)
@@ -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@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