summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-24 13:37:13 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-24 13:37:13 +1000
commit12984968fb4efab7974e245e2d8a263149d6ace7 (patch)
treeff095013dfc0e6d1e2c876bdba2b855e320138ee
parentb53355eca5dc476aaaf53c49ef145c397c5c2275 (diff)
- (dtucker) [sshd.c] Fix typo in comment.
-rw-r--r--ChangeLog3
-rw-r--r--sshd.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bc6b40da..fdf69167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
- (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
is terminated if the privsep slave exits during keyboard-interactive
authentication. ok djm@
+ - (dtucker) [sshd.c] Fix typo in comment.
20040523
- (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in
@@ -1157,4 +1158,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3366 2004/05/24 01:55:36 dtucker Exp $
+$Id: ChangeLog,v 1.3367 2004/05/24 03:37:13 dtucker Exp $
diff --git a/sshd.c b/sshd.c
index 696978f0..332a189e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -935,7 +935,7 @@ main(int ac, char **av)
unsetenv("KRB5CCNAME");
#endif /* _AIX */
#ifdef _UNICOS
- /* Cray can define user privs drop all prives now!
+ /* Cray can define user privs drop all privs now!
* Not needed on PRIV_SU systems!
*/
drop_cray_privs();