diff options
author | 2019-06-12 11:31:50 +0000 | |
---|---|---|
committer | 2019-06-12 11:31:50 +0000 | |
commit | eea1f0eb7f223f38b910656d022087a37c90461c (patch) | |
tree | 92cb5b924e556338014296975f3fa8ed92d9e9d6 /usr.bin/ssh/ssh.c | |
parent | Set malloc_options in global scope with an initializer. (diff) | |
download | wireguard-openbsd-eea1f0eb7f223f38b910656d022087a37c90461c.tar.xz wireguard-openbsd-eea1f0eb7f223f38b910656d022087a37c90461c.zip |
Hostname->HostName cleanup; from lauri tirkkonen
ok dtucker
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index defa3c1c337..c7267c501f8 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.502 2019/06/06 05:13:13 otto Exp $ */ +/* $OpenBSD: ssh.c,v 1.503 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 @@ -146,7 +146,7 @@ char *config = NULL; /* * 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. */ char *host; |