Skip to content

Commit 0cb9458

Browse files
committed
upstream: typo
OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13
1 parent cd4a6bd commit 0cb9458

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.610 2025/04/08 23:10:08 djm Exp $ */
1+
/* $OpenBSD: ssh.c,v 1.611 2025/04/09 01:23:47 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 and calculate hash. */
1466+
/* Now User is expanded, store it an 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)