[openssh-commits] [openssh] 01/02: upstream: typo

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Apr 9 11:25:13 AEST 2025


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

djm pushed a commit to branch master
in repository openssh.

commit 0cb945891944bada5850e85d60afa3c807cf1af6
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Apr 9 01:23:47 2025 +0000

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

diff --git a/ssh.c b/ssh.c
index de2397374..fb4e69a0c 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.610 2025/04/08 23:10:08 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.611 2025/04/09 01:23:47 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1463,7 +1463,7 @@ main(int ac, char **av)
 			fatal("remote username contains invalid characters");
 	}
 
-	/* Now User is expanded, store it and calculate hash. */
+	/* Now User is expanded, store it an calculate hash. */
 	cinfo->remuser = xstrdup(options.user);
 	cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
 	    cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost);

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


More information about the openssh-commits mailing list