diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-05-11 20:24:49 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-05-11 20:24:49 +0000 |
commit | b5f55409dad0425068b9697b672c995e6a54aa2a (patch) | |
tree | 6292d585332880143e7f25447cfdf41421896653 | |
parent | 403f2d423a636d5975a0cfad10f57ad27633a06d (diff) |
typo in comment
-rw-r--r-- | usr.bin/ssh/ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 6c4f4048d92..adc69111525 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */ +/* $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -87,7 +87,7 @@ /* * unprivileged user when UsePrivilegeSeparation=yes; - * sshd will change its pivileges to this user and its + * sshd will change its privileges to this user and its * primary group. */ #define SSH_PRIVSEP_USER "sshd" |