Skip to content

Commit 985d8cb

Browse files
committed
upstream: typo
OpenBSD-Commit-ID: 6e683e13e72bf1e43bbd3bbc6a8332d5a98bdc99
1 parent 000c3d1 commit 985d8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: ssh.c,v 1.609 2025/03/03 06:53:09 dtucker Exp $ */
1+
/* $OpenBSD: ssh.c,v 1.610 2025/04/08 23:10:08 djm Exp $ */
22
/*
33
* Author: Tatu Ylonen <[email protected]>
44
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland
@@ -1463,7 +1463,7 @@ main(int ac, char **av)
14631463
fatal("remote username contains invalid characters");
14641464
}
14651465

1466-
/* Now User is expanded, store it an calculate hash. */
1466+
/* Now User is expanded, store it and calculate hash. */
14671467
cinfo->remuser = xstrdup(options.user);
14681468
cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
14691469
cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost);

0 commit comments

Comments
 (0)