diff options
author | Damien Miller <djm@mindrot.org> | 2011-08-06 06:18:16 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-08-06 06:18:16 +1000 |
commit | 765f8c4effc6afdb4fa26daf1f72c3b660abb220 (patch) | |
tree | 8174b48cd439b7b1b4baa2435157cf6764afc07f /ssh.c | |
parent | c471860d25d0d769a0f261f97a59e2a64e6a2781 (diff) |
- djm@cvs.openbsd.org 2011/08/02 23:15:03
[ssh.c]
typo in comment
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.363 2011/06/22 22:08:42 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.364 2011/08/02 23:15:03 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -706,7 +706,7 @@ main(int ac, char **av) | |||
706 | if (r > 0 && (size_t)r < sizeof(buf)) | 706 | if (r > 0 && (size_t)r < sizeof(buf)) |
707 | (void)read_config_file(buf, host, &options, 1); | 707 | (void)read_config_file(buf, host, &options, 1); |
708 | 708 | ||
709 | /* Read systemwide configuration file after use config. */ | 709 | /* Read systemwide configuration file after user config. */ |
710 | (void)read_config_file(_PATH_HOST_CONFIG_FILE, host, | 710 | (void)read_config_file(_PATH_HOST_CONFIG_FILE, host, |
711 | &options, 0); | 711 | &options, 0); |
712 | } | 712 | } |