diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-12 11:31:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-12 11:31:51 +0000 |
commit | 795d922709657ece2355ee8db6fd2f94118d0d80 (patch) | |
tree | 5fb4f880cf944d4ca49bfd4550a5fd77052dc2fe /usr.bin/ssh/clientloop.c | |
parent | 23be2d4d967467324d21ad6d38c07c7f7d72d7ac (diff) |
Hostname->HostName cleanup; from lauri tirkkonen
ok dtucker
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index fdcca0e25ed..a0ec264a3f2 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.323 2019/04/23 11:56:41 dtucker Exp $ */ +/* $OpenBSD: clientloop.c,v 1.324 2019/06/12 11:31:50 jmc Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -121,7 +121,7 @@ extern int muxserver_sock; /* XXX use mux_client_cleanup() instead */ /* * Name of the host we are connecting to. This is the name given on the - * command line, or the HostName specified for the user-supplied name in a + * command line, or the Hostname specified for the user-supplied name in a * configuration file. */ extern char *host; |