[openssh-commits] [openssh] 03/04: upstream: spelling; ok djm@

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Dec 5 01:29:11 AEDT 2024


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

djm pushed a commit to branch master
in repository openssh.

commit c0b03c2534946fc114880092177aa4a3683ced2d
Author: jsg at openbsd.org <jsg at openbsd.org>
AuthorDate: Tue Dec 3 22:30:03 2024 +0000

    upstream: spelling; ok djm@
    
    OpenBSD-Commit-ID: c8ff3f70020451eef214e598117b7ce1a29853ef
---
 clientloop.c  | 4 ++--
 monitor.c     | 4 ++--
 sshd-auth.c   | 4 ++--
 sshd-debug.sh | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/clientloop.c b/clientloop.c
index ccd70b5a..916fc077 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.409 2024/10/13 22:20:06 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.410 2024/12/03 22:30:03 jsg Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -661,7 +661,7 @@ obfuscate_keystroke_timing(struct ssh *ssh, struct timespec *timeout,
 
 	/* Don't arm output fd for poll until the timing interval has elapsed... */
 	if (timespeccmp(&now, &next_interval, <))
-		/* ...unless there's x11 communicattion happening */
+		/* ...unless there's x11 communication happening */
 		return x11_channel_used_recently(ssh);
 
 	/* Calculate number of intervals missed since the last check */
diff --git a/monitor.c b/monitor.c
index 84d51682..2179553d 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor.c,v 1.245 2024/09/22 12:56:21 jsg Exp $ */
+/* $OpenBSD: monitor.c,v 1.247 2024/12/03 22:30:03 jsg Exp $ */
 /*
  * Copyright 2002 Niels Provos <provos at citi.umich.edu>
  * Copyright 2002 Markus Friedl <markus at openbsd.org>
@@ -595,7 +595,7 @@ mm_answer_state(struct ssh *ssh, int sock, struct sshbuf *m)
 	    (confdata = sshbuf_new()) == NULL)
 		fatal_f("sshbuf_new failed");
 
-	/* XXX unneccessary? */
+	/* XXX unnecessary? */
 	/* pack includes into a string */
 	TAILQ_FOREACH(item, &includes, entry) {
 		if ((r = sshbuf_put_cstring(inc, item->selector)) != 0 ||
diff --git a/sshd-auth.c b/sshd-auth.c
index bb694dd4..16119429 100644
--- a/sshd-auth.c
+++ b/sshd-auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD$ */
+/* $OpenBSD: sshd-auth.c,v 1.2 2024/12/03 22:30:03 jsg Exp $ */
 /*
  * SSH2 implementation:
  * Privilege Separation:
@@ -716,7 +716,7 @@ main(int ac, char **av)
 		}
 	}
 	if (!have_key)
-		fatal("internal error: recieved no hostkeys");
+		fatal("internal error: received no hostkeys");
 
 	/* Ensure that umask disallows at least group and world write */
 	new_umask = umask(0077) | 0022;
diff --git a/sshd-debug.sh b/sshd-debug.sh
index 6e290bc6..86a9b37b 100755
--- a/sshd-debug.sh
+++ b/sshd-debug.sh
@@ -46,7 +46,7 @@ done
 echo >&2 Debugging ${SSHD} auth ${SSHD_AUTH} session ${SSHD_SESSION}
 
 # Append SshdSessionPath and SshdAuthPath pointing to the build directory.
-# If you explicity specify these in the command line, the first-match
+# If you explicitly specify these in the command line, the first-match
 # keyword semantics will override these.
 exec "${SSHD}" $@ \
     -oSshdAuthPath="${SSHD_AUTH}" -oSshdSessionPath="${SSHD_SESSION}"

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


More information about the openssh-commits mailing list