From: djm@openbsd.org Date: Wed, 9 Apr 2025 01:23:47 +0000 (+0000) Subject: upstream: typo X-Git-Tag: V_10_0_P1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb945891944bada5850e85d60afa3c807cf1af6;p=thirdparty%2Fopenssh-portable.git upstream: typo OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13 --- 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 * Copyright (c) 1995 Tatu Ylonen , 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);