diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 16:09:57 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 16:09:57 +0000 |
commit | 966bfdae6bbe4ce2d57e381715e39109bb3f0d79 (patch) | |
tree | 22aa1da5bdb338a59d4ec36ed1635d28a93bc6a2 /ssh.h | |
parent | 973be0083bc9661abaa733ebefd6b603caf7aad1 (diff) |
- stevesk@cvs.openbsd.org 2002/05/11 20:24:48
[ssh.h]
typo in comment
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */ | 1 | /* $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -101,7 +101,7 @@ | |||
101 | 101 | ||
102 | /* | 102 | /* |
103 | * unprivileged user when UsePrivilegeSeparation=yes; | 103 | * unprivileged user when UsePrivilegeSeparation=yes; |
104 | * sshd will change its pivileges to this user and its | 104 | * sshd will change its privileges to this user and its |
105 | * primary group. | 105 | * primary group. |
106 | */ | 106 | */ |
107 | #ifndef SSH_PRIVSEP_USER | 107 | #ifndef SSH_PRIVSEP_USER |