[openssh-commits] [openssh] 01/05: upstream: typo in comment

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 9 21:01:33 AEDT 2022


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

dtucker pushed a commit to branch master
in repository openssh.

commit 1c2be7c2004cf1abcd172fee9fe3eab57cd4c426
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Nov 9 00:15:59 2022 +0000

    upstream: typo in comment
    
    OpenBSD-Commit-ID: 39c58f41e0f32d1ff31731fa6f5bbbc3ad25084a
---
 ssh.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh.c b/ssh.c
index 98c68eed..c6d4917c 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.579 2022/10/24 22:43:36 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.580 2022/11/09 00:15:59 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -2032,7 +2032,7 @@ ssh_session2_setup(struct ssh *ssh, int id, int success, void *arg)
 	char *proto = NULL, *data = NULL;
 
 	if (!success)
-		return; /* No need for error message, channels code sens one */
+		return; /* No need for error message, channels code sends one */
 
 	display = getenv("DISPLAY");
 	if (display == NULL && options.forward_x11)

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


More information about the openssh-commits mailing list