]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: oops, I accidentally backed out the typo fix
authordjm@openbsd.org <djm@openbsd.org>
Wed, 9 Apr 2025 01:24:40 +0000 (01:24 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 9 Apr 2025 01:25:08 +0000 (11:25 +1000)
OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8

ssh.c

diff --git a/ssh.c b/ssh.c
index fb4e69a0c663e6bd00559428795b2b2650b7d3f0..dc4886d0ecdf865a72e3a8091a52f651bed23dd4 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.611 2025/04/09 01:23:47 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.612 2025/04/09 01:24:40 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@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 an calculate hash. */
+       /* Now User is expanded, store it and calculate hash. */
        cinfo->remuser = xstrdup(options.user);
        cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
            cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost);